Table of Contents

Enum IndexElementSize

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Specifies the size of indices in an Index Buffer.

public enum IndexElementSize
Extension Methods

Fields

Int16 = 2

The indices are 16-bit integers (2 bytes).

Int32 = 4

The indices are 32-bit integers (4 bytes).