The factory for Windows' video driver. More...
#include <win32_v.h>
Public Member Functions | |
const char * | GetName () |
Get the long, human readable, name for the Driver-class. | |
const char * | GetDescription () |
Get a nice description of the driver-class. | |
Driver * | CreateInstance () |
Create an instance of this driver-class. | |
Static Public Attributes | |
static const int | priority = 10 |
The priority of this factory. |
The factory for Windows' video driver.
Definition at line 44 of file win32_v.h.
Driver* FVideoDriver_Win32::CreateInstance | ( | ) | [inline, virtual] |
const char* FVideoDriver_Win32::GetDescription | ( | ) | [inline, virtual] |