Skip to content

TSdlGpuVertexInputRate

Specifies the rate at which vertex attributes are pulled from buffers.

Definition

Unit: Neslib.Sdl3.Gpu

type TSdlGpuVertexInputRate = (Vertex, Intance)

See Also

Enumeration Values

Vertex = SDL_GPU_VERTEXINPUTRATE_VERTEX

Attribute addressing is a function of the vertex index.


Intance = SDL_GPU_VERTEXINPUTRATE_INSTANCE

Attribute addressing is a function of the instance index.