pub unsafe extern "C" fn SDL_DestroyGPUDevice(
device: *mut SDL_GPUDevice,
)Expand description
Destroys a GPU context previously returned by SDL_CreateGPUDevice.
Parameter: device a GPU Context to destroy.
Available Since: This function is available since SDL 3.2.0.
See Also: SDL_CreateGPUDevice