SDL_GetNumVideoDrivers

Get the number of video drivers compiled into SDL.

extern (C) nothrow @nogc extern
int
SDL_GetNumVideoDrivers
()

Return Value

Type: int

the number of built in video drivers.

Threadsafety: This function should only be called on the main thread.

See Also

Meta