OpenXRTime Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods to interact with OpenXR time, including retrieving the predicting display times, and converting XR time to Query Performance Counter (QPC) time.
public class OpenXRTime
type OpenXRTime = class
Public Class OpenXRTime
- Inheritance
-
OpenXRTime
Properties
Current |
Get the current OpenXRTime. |
Methods
ConvertXrTimeToQpcTime(Int64) |
Converts a time value from XR time to Query Performance Counter (QPC) time. |
GetPredictedDisplayTimeInXrTime(FrameTime) |
Retrieves the predicted display time for the current frame based on the specified frame timing. |