SDL_GPUTransferBufferLocation

A structure specifying a location in a transfer buffer.

Used when transferring buffer data to or from a transfer buffer.

extern (C) nothrow @nogc
struct SDL_GPUTransferBufferLocation {}

Members

Variables

offset
Uint32 offset;

The starting byte of the buffer data in the transfer buffer.

transfer_buffer
SDL_GPUTransferBuffer* transfer_buffer;

The transfer buffer used in the transfer operation.

See Also

Meta