SDL_GPUBuffer

An opaque handle representing a buffer.

Header File

Defined in <SDL3/SDL_gpu.h>

Syntax

typedef struct SDL_GPUBuffer SDL_GPUBuffer;

Remarks

Used for vertices, indices, indirect draw commands, and general compute data.

Version

This struct is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryGPU