Enum WindowsMRSettings.DepthBufferOption
Options for Depth Buffer Format
Namespace: UnityEngine.XR.WindowsMR
Syntax
public enum DepthBufferOption : int
Fields
Name | Description | Value |
---|---|---|
DepthBuffer16Bit | 16 bit depth buffer format |
0 |
DepthBuffer24Bit | 24 bit depth buffer format |
1 |