OSSingleton.getVideoDriverName

Returns the name of the video driver matching the given driver index. This index is a value from videodriver, and you can use getCurrentVideoDriver to get the current backend's index.

struct OSSingleton
@nogc nothrow const
String
getVideoDriverName
(
in long driver
)

Meta