Delegate OpenXRHelper.xrGetInstanceProcAddrDelegate
The function delegate declaration of xrGetInstanceProcAddr.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrGetInstanceProcAddrDelegate(XrInstance instance, string name, out IntPtr function)
Parameters
Type | Name | Description |
---|---|---|
XrInstance | instance | The instance that the function pointer will be compatible with, or NULL for functions not dependent on any instance. |
string | name | The name of the function to obtain. |
IntPtr | function | The address of the function pointer to get. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |