Enum IndexFormat
- Namespace
- NeoVeldrid
- Assembly
- NeoVeldrid.dll
The format of index data used in a DeviceBuffer.
public enum IndexFormat : byte
Fields
UInt16 = 0Each index is a 16-bit unsigned integer (System.UInt16).
UInt32 = 1Each index is a 32-bit unsigned integer (System.UInt32).