Enum DepthFormat
Defines formats for depth-stencil buffer.
public enum DepthFormat
Fields
Depth16 = 116-bit depth buffer.
Depth24 = 224-bit depth buffer. Equivalent of Depth24Stencil8 for DirectX platforms.
Depth24Stencil8 = 332-bit depth-stencil buffer. Where 24-bit depth and 8-bit for stencil used.
None = 0Depth-stencil buffer will not be created.