| SDL_GetNumVideoDrivers(3) | SDL3 FUNCTIONS | SDL_GetNumVideoDrivers(3) |
SDL_GetNumVideoDrivers - Get the number of video drivers compiled into SDL.
Defined in SDL3/SDL_video.h
#include "SDL3/SDL.h"
int SDL_GetNumVideoDrivers(void);
Returns the number of built in video drivers.
This function should only be called on the main thread.
This function is available since SDL 3.2.0.
•(3), SDL_GetVideoDriver(3)
| SDL 3.2.10 | Simple Directmedia Layer |