A structure specifying the parameters of a buffer.
Usage flags can be bitwise OR'd together for combinations of usages. Note that certain combinations are invalid, for example VERTEX and INDEX.
A properties ID for extensions. Should be 0 if no extensions are needed.
The size in bytes of the buffer.
How the buffer is intended to be used by the client.
SDL_CreateGPUBuffer SDL_GPUBufferUsageFlags
See Implementation
A structure specifying the parameters of a buffer.
Usage flags can be bitwise OR'd together for combinations of usages. Note that certain combinations are invalid, for example VERTEX and INDEX.