OpenXR FrameState

Would it be possible to get access to the latest FrameState retrieved from the XrWaitFrame method? Especially the predictedDisplayTime value of that struct might be helpful when implementing features for various extensions like the XR_MSFT_spatial_anchor one.

Moving it to general AR/VR (XR) Discussion which is more appropriate for OpenXR questions.

Documentation here on intercepting OpenXR Function Calls

There’s a sample in the package that you can use as a starting point.

Thanks for the reply! I will definitely try that, thanks!

I would still suggest exposing this in future releases of the package through the OpenXRFeature class, similiarly to what was done with the XrSession, XrSpace and XrInstance related callbacks.

3 Likes