SDL_GPUVertexInputRate - Specifies the rate at which vertex attributes are pulled from buffers.
Contents
Availability
This enum is available since SDL 3.2.0.
Name
SDL_GPUVertexInputRate - Specifies the rate at which vertex attributes are pulled from buffers.
See Also
SDL_CreateGPUGraphicsPipeline(3) Simple Directmedia Layer SDL 3.2.20 SDL_GPUVertexInputRate(3type)
Synopsis
#include<SDL3/SDL_gpu.h>typedefenumSDL_GPUVertexInputRate{SDL_GPU_VERTEXINPUTRATE_VERTEX,/**<Attributeaddressingisafunctionofthevertexindex.*/SDL_GPU_VERTEXINPUTRATE_INSTANCE/**<Attributeaddressingisafunctionoftheinstanceindex.*/}SDL_GPUVertexInputRate;