Skip to content

TSdlGpuIndexElementSize

Specifies the size of elements in an index buffer.

Definition

Unit: Neslib.Sdl3.Gpu

type TSdlGpuIndexElementSize = (Unsigned16Bit, Unsigned32Bit)

See Also

Remarks

This enum is available since SDL 3.2.0.

Enumeration Values

Unsigned16Bit = SDL_GPU_INDEXELEMENTSIZE_16BIT

The index elements are 16-bit.


Unsigned32Bit = SDL_GPU_INDEXELEMENTSIZE_32BIT

The index elements are 32-bit.