logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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;

See Also