SDL_GPUVertexInputRate

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

Values

ValueMeaning
SDL_GPU_VERTEXINPUTRATE_VERTEX

Attribute addressing is a function of the vertex index.

SDL_GPU_VERTEXINPUTRATE_INSTANCE

Attribute addressing is a function of the instance index.

See Also

Meta