SDL_GPUTransferBuffer.3type - Man Page
An opaque handle representing a transfer buffer.
Header File
Defined in SDL3/SDL_gpu.h
Synopsis
#include "SDL3/SDL.h" typedef struct SDL_GPUTransferBuffer SDL_GPUTransferBuffer;
Description
Used for transferring data to and from the device.
Availability
This struct is available since SDL 3.2.0.
See Also
·(3), SDL_CreateGPUTransferBuffer(3), ·(3), SDL_MapGPUTransferBuffer(3), ·(3), SDL_UnmapGPUTransferBuffer(3), ·(3), SDL_UploadToGPUBuffer(3), ·(3), SDL_UploadToGPUTexture(3), ·(3), SDL_DownloadFromGPUBuffer(3), ·(3), SDL_DownloadFromGPUTexture(3), ·(3), SDL_ReleaseGPUTransferBuffer(3)
Info
SDL 3.2.2 Simple Directmedia Layer SDL3 DATATYPES