SDL_GPUBufferLocation

A structure specifying a location in a buffer.

Used when copying data between buffers.

extern (C) nothrow @nogc
struct SDL_GPUBufferLocation {}

Members

Variables

buffer
SDL_GPUBuffer* buffer;

The buffer.

offset
Uint32 offset;

The starting byte within the buffer.

See Also

Meta