SDL_ReleaseWindowFromGPUDevice

Unclaims a window, destroying its swapchain structure.

extern (C) nothrow @nogc extern
void
SDL_ReleaseWindowFromGPUDevice

Parameters

device SDL_GPUDevice*

a GPU context.

window SDL_Window*

an SDL_Window that has been claimed.

See Also

Meta