SDL_GetNumGPUDrivers - Man Page
Get the number of GPU drivers compiled into SDL.
Synopsis
#include <SDL3/SDL_gpu.h> int SDL_GetNumGPUDrivers(void);
Return Value
Returns the number of built in GPU drivers.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS