#include <StkGLState.h>
|
|
void | clear () |
| |
|
void | saveCap (GLenum cap) |
| | Save OpenGL capability (GL_BLEND, GL_DEPTH_TEST, etc)
|
| |
|
void | restoreCap (GLenum cap) |
| | Restore OpenGL capability (GL_BLEND, GL_DEPTH_TEST, etc)
|
| |
|
void | restoreAllCaps () |
| | Restore all saved OpenGL capabilities.
|
| |
|
void | saveViewport () |
| |
|
void | restoreViewport () |
| |
|
void | saveClearColor () |
| |
|
void | restoreClearColor () |
| |
|
void | saveBlendFunc () |
| |
|
void | saveBlendEq () |
| |
|
void | restoreBlendFunc () |
| |
|
void | restoreBlendEq () |
| |
|
void | saveDepthMask () |
| |
|
void | restoreDepthMask () |
| |
|
void | saveTextureBinding () |
| |
|
void | restoreTextureBinding () |
| |
GLState - Utility class to keep track of GL states Detailed description.
The documentation for this class was generated from the following file:
- Native/SilentToolkit/StkScene/StkGLState.h