DepthType
DepthType is used to represent the format used by the depth buffer.
| attributes | description |
|---|---|
| None | Indicates not using the depth buffer. |
| Depth16 | Indicates the use of a 16-bit depth buffer. |
| Depth24 | Indicates the use of a 24-bit depth buffer. |
| Depth24Stencil8 | Represents the use of a 24-bit depth buffer and an 8-bit stencil buffer. |
