Function sdl2_sys::SDL_GetVideoDriver
source ยท pub unsafe extern "C" fn SDL_GetVideoDriver(
index: c_int,
) -> *const c_char
Expand description
Get the name of a built in video driver.
The video drivers are presented in the order in which they are normally checked during initialization.
\param index the index of a video driver \returns the name of the video driver with the given index.
\since This function is available since SDL 2.0.0.
\sa SDL_GetNumVideoDrivers