Function getVideoDrivers

Wraps SDL_GetNumVideoDrivers and SDL_GetVideoDriver which return a list of available video drivers

const(string[]) getVideoDrivers() @trusted;

Returns

names of the available video drivers

Throws

dsdl2.SDLException if failed to get the available video drivers