SDL_WaitForGPUIdle

Blocks the thread until the GPU is completely idle.

extern (C) nothrow @nogc extern
bool
SDL_WaitForGPUIdle

Parameters

device SDL_GPUDevice*

a GPU context.

Return Value

Type: bool

true on success, false on failure; call SDL_GetError() for more information.

See Also

Meta