Function SDL_GetNumGPUDrivers
Source pub unsafe extern "C" fn SDL_GetNumGPUDrivers() -> c_int
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