|
|
bool | init () |
| |
|
void | destroy () |
| |
|
bool | onSDLEvent (const SDL_Event *event) |
| |
|
void | renderBegin () |
| |
|
void | renderStageBegin () |
| |
|
void | renderStageEnd () |
| |
|
void | renderUIBegin () |
| |
|
void | renderUIEnd () |
| |
|
void | renderEnd () |
| |
|
void | setProjectionMatrix (const glm::mat4 &matrix) |
| |
|
void | setCameraViewMatrix (const glm::mat4 &matrix) |
| |
|
|
static bool | getIsRenderingStage () |
| |
|
static bool | getIsRenderingUI () |
| |
|
static float | getWindowWidth () |
| |
|
static float | getWindowHeight () |
| |
|
static float | getWindowAspectRatio () |
| |
|
static const glm::mat4 & | getCurrentProjectionMatrix () |
| |
|
static const glm::mat4 & | getCurrentCameraViewMatrix () |
| |
The documentation for this class was generated from the following files:
- src/psmoveconfigtool/Renderer.h
- src/psmoveconfigtool/Renderer.cpp