SDL_GPUTransferBuffer

An opaque handle representing a transfer buffer.

Header File

Defined in <SDL3/SDL_gpu.h>

Syntax

typedef struct SDL_GPUTransferBuffer SDL_GPUTransferBuffer;

Remarks

Used for transferring data to and from the device.

Version

This struct is available since SDL 3.2.0.

See Also


CategoryAPI, CategoryAPIDatatype, CategoryGPU