SDL_ReleaseGPUTransferBuffer

Frees the given transfer buffer as soon as it is safe to do so.

You must not reference the transfer buffer after calling this function.

extern (C) nothrow @nogc extern
void
SDL_ReleaseGPUTransferBuffer

Parameters

device SDL_GPUDevice*

a GPU context.

transfer_buffer SDL_GPUTransferBuffer*

a transfer buffer to be destroyed.

Meta