Skip to main content

SDL_GetNumGPUDrivers

Function SDL_GetNumGPUDrivers 

Source
pub unsafe extern "C" fn SDL_GetNumGPUDrivers() -> c_int
Expand description

Get the number of GPU drivers compiled into SDL.

Returns: the number of built in GPU drivers.

Available Since: This function is available since SDL 3.2.0.

See Also: SDL_GetGPUDriver