MDLIndexBitDepth Enum

Definition

Enumerates bit depths for MDLSubmesh index buffers.

public enum MDLIndexBitDepth
type MDLIndexBitDepth = 
Inheritance
MDLIndexBitDepth

Fields

Invalid 0

The index buffer has not been initialized.

UInt16 16

Each index is an unsigned 16-bit integer.

UInt32 32

Each index is an unsigned 32-bit integer.

UInt8 8

Each index is an unsigned 8-bit integer.

Applies to