utility class for keeping the gl matrix stack push/pop operations paired up correctly. More...
#include <LeapUtilGL.h>
Public Member Functions | |
GLMatrixScope () | |
~GLMatrixScope () | |
Private Attributes | |
int | m_dummy |
utility class for keeping the gl matrix stack push/pop operations paired up correctly.
Definition at line 81 of file LeapUtilGL.h.
LeapUtilGL::GLMatrixScope::GLMatrixScope | ( | ) | [inline] |
Definition at line 84 of file LeapUtilGL.h.
LeapUtilGL::GLMatrixScope::~GLMatrixScope | ( | ) | [inline] |
Definition at line 85 of file LeapUtilGL.h.
int LeapUtilGL::GLMatrixScope::m_dummy [private] |
Definition at line 89 of file LeapUtilGL.h.