Enum OpenXRSettings.DepthSubmissionMode
Runtime Depth submission mode.
Namespace: UnityEngine.XR.OpenXR
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum OpenXRSettings.DepthSubmissionMode
Fields
Name | Description |
---|---|
Depth16Bit | 16-bit depth is submitted to the OpenXR compositor. |
Depth24Bit | 24-bit depth is submitted to the OpenXR compositor. |
None | No depth is submitted to the OpenXR compositor. |