Skip to content

DepthType

DepthType is used to represent the format used by the depth buffer.

attributesdescription
NoneIndicates not using the depth buffer.
Depth16Indicates the use of a 16-bit depth buffer.
Depth24Indicates the use of a 24-bit depth buffer.
Depth24Stencil8Represents the use of a 24-bit depth buffer and an 8-bit stencil buffer.