Enum IndexElementSize
Specifies the size of indices in an Index Buffer.
public enum IndexElementSize
- Extension Methods
Fields
Int16 = 2The indices are 16-bit integers (2 bytes).
Int32 = 4The indices are 32-bit integers (4 bytes).
Specifies the size of indices in an Index Buffer.
public enum IndexElementSize
Int16 = 2The indices are 16-bit integers (2 bytes).
Int32 = 4The indices are 32-bit integers (4 bytes).