Share via


OpenXRTime Class

Definition

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.

Applies to