Delegate OpenXRHelper.xrRequestDisplayRefreshRateFBDelegate
The function delegate declaration of xrRequestDisplayRefreshRateFB.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrRequestDisplayRefreshRateFBDelegate(XrSession session, float displayRefreshRate)
Parameters
Type | Name | Description |
---|---|---|
XrSession | session | A valid XrSession handle. |
float | displayRefreshRate | A float represents 0.0f or a supported display refresh rate. Supported display refresh rates are indicated by xrEnumerateDisplayRefreshRatesFB. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |