SDL_DestroyGPUDevice

Destroys a GPU context previously returned by SDL_CreateGPUDevice.

extern (C) nothrow @nogc extern
void
SDL_DestroyGPUDevice

Parameters

device SDL_GPUDevice*

a GPU Context to destroy.

See Also

Meta