Get the name of a built in video driver.
Defined in SDL_video.h
const char* SDL_GetVideoDriver(int index);
int | index | the index of a video driver. |
(const char *) Returns the name of the video driver with the given index.
The video drivers are presented in the order in which they are normally checked during initialization.
This function is available since SDL 2.0.0.