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_GPUIndexElementSize - Specifies the size of elements in an index buffer.

Availability

       This enum is available since SDL 3.2.0.

Name

       SDL_GPUIndexElementSize - Specifies the size of elements in an index buffer.

See Also

SDL_CreateGPUGraphicsPipeline(3)

Simple Directmedia Layer                           SDL 3.2.20                     SDL_GPUIndexElementSize(3type)

Synopsis

#include<SDL3/SDL_gpu.h>typedefenumSDL_GPUIndexElementSize{SDL_GPU_INDEXELEMENTSIZE_16BIT,/**<Theindexelementsare16-bit.*/SDL_GPU_INDEXELEMENTSIZE_32BIT/**<Theindexelementsare32-bit.*/}SDL_GPUIndexElementSize;

See Also