SDL_QueryGPUFence

Checks the status of a fence.

extern (C) nothrow @nogc extern
bool
SDL_QueryGPUFence

Parameters

device SDL_GPUDevice*

a GPU context.

fence SDL_GPUFence*

a fence.

Return Value

Type: bool

true if the fence is signaled, false if it is not.

See Also

Meta