Delegate OpenXRHelper.xrCreateSessionDelegate
The function delegate declaration of xrCreateSession.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrCreateSessionDelegate(XrInstance instance, in XrSessionCreateInfo createInfo, XrSession session)
Parameters
Type | Name | Description |
---|---|---|
XrInstance | instance | The instance from which system Id was retrieved. |
XrSessionCreateInfo | createInfo | A pointer to an XrSessionCreateInfo structure containing information about how to create the session. |
XrSession | session | A pointer to a handle in which the created XrSession is returned. |
Returns
Type | Description |
---|---|
XrResult | XR_SUCCESS for success. |