Enum IndexFormat
The format of index data used in a DeviceBuffer.
Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
public enum IndexFormat : byte
Fields
| Name | Description |
|---|---|
| UInt16 | Each index is a 16-bit unsigned integer (System.UInt16). |
| UInt32 | Each index is a 32-bit unsigned integer (System.UInt32). |