Table of Contents

Enum IndexFormat

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

The format of index data used in a DeviceBuffer.

public enum IndexFormat : byte

Fields

UInt16 = 0

Each index is a 16-bit unsigned integer (System.UInt16).

UInt32 = 1

Each index is a 32-bit unsigned integer (System.UInt32).