|
Katana Plug-in APIs 0.1
|
Provide a RAII mechanism to temporarily change the OpenGL state. More...
#include <FnGLStateHelper.h>
Public Member Functions | |
| GLStateRestore (GLbitfield mask, Bindings bindings=0) | |
| ~GLStateRestore () | |
| Destructor. | |
Provide a RAII mechanism to temporarily change the OpenGL state.
| Foundry::Katana::ViewerUtils::GLStateRestore::GLStateRestore | ( | GLbitfield | mask, |
| Bindings | bindings = 0 |
||
| ) | [inline, explicit] |
Constructor. mask should be any combination of the Bit enumeration values.
1.7.3