Factory the null video driver. More...
#include <null_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 the null video driver.
Definition at line 38 of file null_v.h.
Driver* FVideoDriver_Null::CreateInstance | ( | ) | [inline, virtual] |
const char* FVideoDriver_Null::GetDescription | ( | ) | [inline, virtual] |