#include <platformVideo.h>
◆ deactivate()
| void deactivate |
( |
bool |
force = false | ) |
|
|
static |
◆ destroy()
◆ getDesktopResolution()
◆ getDevice()
◆ getDeviceList()
| const char * getDeviceList |
( |
| ) |
|
|
static |
◆ getDriverInfo()
| const char * getDriverInfo |
( |
| ) |
|
|
static |
◆ getGammaCorrection()
| bool getGammaCorrection |
( |
F32 & |
g | ) |
|
|
static |
◆ getResolution()
◆ getResolutionList()
| const char * getResolutionList |
( |
| ) |
|
|
static |
◆ getVerticalSync()
◆ init()
◆ installDevice()
◆ isFullScreen()
◆ nextRes()
◆ prevRes()
◆ reactivate()
| void reactivate |
( |
bool |
force = false | ) |
|
|
static |
◆ resetCanvas()
◆ setDevice()
| bool setDevice |
( |
const char * |
renderName, |
|
|
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
static |
◆ setGammaCorrection()
| bool setGammaCorrection |
( |
F32 |
g | ) |
|
|
static |
◆ setResolution()
| bool setResolution |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp |
|
) |
| |
|
static |
◆ setScreenMode()
| bool setScreenMode |
( |
U32 |
width, |
|
|
U32 |
height, |
|
|
U32 |
bpp, |
|
|
bool |
fullScreen |
|
) |
| |
|
static |
◆ setVerticalSync()
| bool setVerticalSync |
( |
bool |
on | ) |
|
|
static |
◆ swapBuffers()
◆ toggleFullScreen()
| bool toggleFullScreen |
( |
| ) |
|
|
static |
◆ smNeedResurrect
| bool smNeedResurrect = false |
|
static |
The documentation for this class was generated from the following files:
- platform/platformVideo.h
- platform/platformVideo.cc
- platformAndroid/AndroidOGLVideo.cpp
- platformEmscripten/EmscriptenWindow.cpp