getVideoDrivers

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

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

Return Value

Type: const(string[])

names of the available video drivers

Throws

dsdl2.SDLException if failed to get the available video drivers

Meta