Function SDL_DestroyGPUDevice

pub unsafe extern "C" fn SDL_DestroyGPUDevice(
    device: *mut SDL_GPUDevice,
)
Available on crate feature dep_sdl3 only.
Expand description

Destroys a GPU context previously returned by SDL_CreateGPUDevice.

§Parameters

  • device: a GPU Context to destroy.

§Availability

This function is available since SDL 3.2.0.

§See also