|
DubiousEngine
0.2.0
Simple Game Engine
|
Open GL Matrix. More...
#include <Open_gl_matrix.h>
Public Member Functions | |
| Open_gl_matrix () | |
| calls push matrix More... | |
| Open_gl_matrix (const Open_gl_matrix &)=delete | |
| ~Open_gl_matrix () | |
| calls pop matrix More... | |
| Open_gl_matrix & | operator= (const Open_gl_matrix &)=delete |
Static Public Member Functions | |
| static void | load_identity () |
| loads the identity matrix More... | |
| static void | matrix_mode (int mode) |
| glMatrixMode More... | |
Open GL Matrix.
This class is a safe way to make sure your OpenGL Matrix pushes and pops line up.
| Dubious::Renderer::Open_gl_matrix::Open_gl_matrix | ( | ) |
calls push matrix
|
delete |
| Dubious::Renderer::Open_gl_matrix::~Open_gl_matrix | ( | ) |
calls pop matrix
|
static |
loads the identity matrix
|
static |
glMatrixMode
|
delete |