#include <SDL_gpu.h>
A structure specifying the parameters of a transfer buffer.
- Since
- This struct is available since SDL 3.2.0.
- See also
- SDL_GPUTransferBufferUsage
-
SDL_CreateGPUTransferBuffer
Definition at line 1811 of file SDL_gpu.h.
◆ props
A properties ID for extensions. Should be 0 if no extensions are needed.
Definition at line 1816 of file SDL_gpu.h.
◆ size
| Uint32 SDL_GPUTransferBufferCreateInfo::size |
The size in bytes of the transfer buffer.
Definition at line 1814 of file SDL_gpu.h.
◆ usage
How the transfer buffer is intended to be used by the client.
Definition at line 1813 of file SDL_gpu.h.
The documentation for this struct was generated from the following file: