#include <DeviceConfig.h>
Public Member Functions | |
DeviceConfig () | |
Public Attributes | |
const char * | pTitleName |
const char * | pDataPath |
int16 | width |
int16 | height |
int16 | bits |
render::E_RENDER_TYPE | renderType |
core::E_DEVICE_TYPE | deviceType |
bool | useShaders |
bool | fullScreen |
core::DeviceConfig::DeviceConfig | ( | ) | [inline] |
Constructor.
const char* core::DeviceConfig::pTitleName |
The title name.
const char* core::DeviceConfig::pDataPath |
The data path.
The screen width.
The screen height.
int16 core::DeviceConfig::bits |
The bits.
The device type.
Use shaders.
Use fullscreen.