Delegate OpenXRHelper.xrCreateSwapchainAndroidSurfaceKHRDelegate
The function delegate declaration of xrCreateSwapchainAndroidSurfaceKHR.
Namespace: VIVE.OpenXR
Assembly: VIVE.OpenXR.dll
Syntax
public delegate XrResult OpenXRHelper.xrCreateSwapchainAndroidSurfaceKHRDelegate(XrSession session, in XrSwapchainCreateInfo info, out XrSwapchain swapchain, out IntPtr surface)
Parameters
Type | Name | Description |
---|---|---|
XrSession | session | A handle to an XrSession previously created with xrCreateSession. |
XrSwapchainCreateInfo | info | info is a pointer to an XrSwapchainCreateInfo structure. |
XrSwapchain | swapchain | swapchain is a pointer to a handle in which the created XrSwapchain is returned. |
IntPtr | surface | surface is a pointer to a jobject where the created Android Surface is returned. |
Returns
Type | Description |
---|---|
XrResult |