Factory for the dedicated server video driver. More...
#include <dedicated_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 = 0 |
The priority of this factory. |
Factory for the dedicated server video driver.
Definition at line 36 of file dedicated_v.h.
Driver* FVideoDriver_Dedicated::CreateInstance | ( | ) | [inline, virtual] |
Create an instance of this driver-class.
Implements DriverFactoryBase.
Definition at line 47 of file dedicated_v.h.
const char* FVideoDriver_Dedicated::GetDescription | ( | ) | [inline, virtual] |
Get a nice description of the driver-class.
Implements DriverFactoryBase.
Definition at line 46 of file dedicated_v.h.