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