SDL_ReleaseGPUFence

Releases a fence obtained from SDL_SubmitGPUCommandBufferAndAcquireFence.

extern (C) nothrow @nogc extern
void
SDL_ReleaseGPUFence

Parameters

device SDL_GPUDevice*

a GPU context.

fence SDL_GPUFence*

a fence.

See Also

Meta