Enum OpenXRSettings.DepthSubmissionMode
Runtime Depth submission mode.
Namespace: UnityEngine.XR.OpenXR
Syntax
public enum DepthSubmissionMode
Fields
Name | Description | Value |
---|---|---|
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. |