MDLIndexBitDepth Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates bit depths for MDLSubmesh index buffers.
public enum MDLIndexBitDepth
type MDLIndexBitDepth =
- Inheritance
-
MDLIndexBitDepth
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | The index buffer has not been initialized. |
UInt8 | 8 | Each index is an unsigned 8-bit integer. |
UInt16 | 16 | Each index is an unsigned 16-bit integer. |
UInt32 | 32 | Each index is an unsigned 32-bit integer. |