SDL_GPUTransferBufferCreateInfo

A structure specifying the parameters of a transfer buffer.

extern (C) nothrow @nogc
struct SDL_GPUTransferBufferCreateInfo {}

Members

Variables

props
SDL_PropertiesID props;

A properties ID for extensions. Should be 0 if no extensions are needed.

size
Uint32 size;

The size in bytes of the transfer buffer.

usage
SDL_GPUTransferBufferUsage usage;

How the transfer buffer is intended to be used by the client.

See Also

Meta