Share via


MDLIndexBitDepth Enum

Definition

Enumerates bit depths for MDLSubmesh index buffers.

[ObjCRuntime.Native]
public enum MDLIndexBitDepth
[<ObjCRuntime.Native>]
type MDLIndexBitDepth = 
Inheritance
MDLIndexBitDepth
Attributes

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.

Applies to