Delegate OpenXRLayerUtility.StereoSwapchainCallbackDelegate
Calls the methods in its invocation list when a stereo swapchain is created on the graphics thread inside the UnityOpenXR lib.
Namespace: UnityEngine.XR.OpenXR.CompositionLayers
Assembly: solution.dll
Syntax
public delegate void OpenXRLayerUtility.StereoSwapchainCallbackDelegate(int layerId, ulong swapchainHandleLeft, ulong swapchainHandleRight)
Parameters
| Type | Name | Description |
|---|---|---|
| int | layerId | |
| ulong | swapchainHandleLeft | |
| ulong | swapchainHandleRight |