Delegate OpenXRHelper.xrGetSystemPropertiesDelegate
The function delegate declaration of xrGetSystemProperties.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrGetSystemPropertiesDelegate(XrInstance instance, XrSystemId systemId, ref XrSystemProperties properties)
Parameters
Type | Name | Description |
---|---|---|
XrInstance | instance | The instance from which systemId was retrieved. |
XrSystemId | systemId | The XrSystemId whose properties will be queried. |
XrSystemProperties | properties | Points to an instance of the XrSystemProperties structure, that will be filled with returned information. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |