SDL_GPUBufferRegion

A structure specifying a region of a buffer.

Used when transferring data to or from buffers.

extern (C) nothrow @nogc
struct SDL_GPUBufferRegion {}

Members

Variables

buffer
SDL_GPUBuffer* buffer;

The buffer.

offset
Uint32 offset;

The starting byte within the buffer.

size
Uint32 size;

The size in bytes of the region.

See Also

Meta