Enum DepthFormat
Defines the format of data in a depth-stencil buffer.
public enum DepthFormat
- Extension Methods
Fields
Depth16 = 55A buffer that contains 16-bits of depth data.
Depth24Stencil8 = 45A 32 bit buffer that contains 24 bits of depth data and 8 bits of stencil data.
Depth32 = 40A buffer that contains 32-bits of depth data.
Depth32Stencil8X24 = 20A double 32 bit buffer that contains 32 bits of depth data and 8 bits padded with 24 zero bits of stencil data.
None = 0No depth stencil buffer.