Function SDL_GetNumGPUDrivers

pub unsafe extern "C" fn SDL_GetNumGPUDrivers() -> i32
Available on crate feature dep_sdl3 only.
Expand description

Get the number of GPU drivers compiled into SDL.

§Return value

Returns the number of built in GPU drivers.

§Availability

This function is available since SDL 3.2.0.

§See also