#include <platformVideo.h>
void deactivate |
( |
bool |
force = false | ) |
|
|
static |
const char * getDeviceList |
( |
| ) |
|
|
static |
const char * getDriverInfo |
( |
| ) |
|
|
static |
bool getGammaCorrection |
( |
F32 & |
g | ) |
|
|
static |
const char * getResolutionList |
( |
| ) |
|
|
static |
void reactivate |
( |
bool |
force = false | ) |
|
|
static |
bool setDevice |
( |
const char * |
renderName, |
|
|
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
static |
bool setGammaCorrection |
( |
F32 |
g | ) |
|
|
static |
bool setResolution |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp |
|
) |
| |
|
static |
bool setScreenMode |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
static |
bool setVerticalSync |
( |
bool |
on | ) |
|
|
static |
bool toggleFullScreen |
( |
| ) |
|
|
static |
bool smNeedResurrect = false |
|
static |
The documentation for this class was generated from the following files:
- platform/platformVideo.h
- platform/platformVideo.cc