Skip to main content

SDL_DestroyGPUDevice

Function SDL_DestroyGPUDevice 

Source
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