Struct OpenXRCustomLayerHandler<T>.SwapchainCreatedOutput
Container for swapchain related information that may be needed during the creation of the native OpenXR composition layer struct.
Inherited Members
Namespace: UnityEngine.XR.OpenXR.CompositionLayers
Assembly: Unity.XR.OpenXR.dll
Syntax
protected struct OpenXRCustomLayerHandler<T>.SwapchainCreatedOutput
Fields
handle
The handle of the created swapchain. Can be used to initialize the swapchain member of a native OpenXR composition layer struct.
Declaration
public ulong handle
Field Value
Type | Description |
---|---|
ulong |
secondStereoHandle
The second handle of the created stereo swapchain. Can be used to initialize the swapchain member of a native OpenXR composition layer struct.
Declaration
public ulong secondStereoHandle
Field Value
Type | Description |
---|---|
ulong |