Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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