utility class for caching and restoring GL attributes via the glPushAttrib/glPopAttrib calls. More...
#include <LeapUtilGL.h>
Public Member Functions | |
GLAttribScope (GLbitfield flags) | |
~GLAttribScope () | |
Private Attributes | |
int | m_dummy |
utility class for caching and restoring GL attributes via the glPushAttrib/glPopAttrib calls.
Definition at line 93 of file LeapUtilGL.h.
LeapUtilGL::GLAttribScope::GLAttribScope | ( | GLbitfield | flags | ) | [inline] |
Definition at line 96 of file LeapUtilGL.h.
LeapUtilGL::GLAttribScope::~GLAttribScope | ( | ) | [inline] |
Definition at line 101 of file LeapUtilGL.h.
int LeapUtilGL::GLAttribScope::m_dummy [private] |
Definition at line 108 of file LeapUtilGL.h.