Function 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.

String getVideoDriverName (
  const(long) driver
) nothrow @nogc const;