|
MeVisLab Resolution Independence API
|
Go to the source code of this file.
Classes | |
| class | ml::GLContextStack |
| class | ml::GLContextStack::TemporaryGLContextScope |
| class | ml::GLContextStack::StoreCurrentGLContextScope |
Namespaces | |
| namespace | ml |
| Platform independent interface class to manage an OpenGL context. | |
Macros | |
| #define | CREATE_AND_ACTIVATE_GLCONTEXT ML_OPENGL_NAMESPACE::GLContextStack::createTemporaryContextAndActivate(); |
| Deprecated, use GLContextStack::createTemporaryContextAndActivate() instead. | |
| #define | DESTROY_GLCONTEXT_AND_ACTIVATE_PREVIOUS ML_OPENGL_NAMESPACE::GLContextStack::destroyTemporaryContextAndActivatePreviousContext(); |
| Deprecated, use GLContextStack::destroyTemporaryContextAndActivatePreviousContext() instead. | |
| #define CREATE_AND_ACTIVATE_GLCONTEXT ML_OPENGL_NAMESPACE::GLContextStack::createTemporaryContextAndActivate(); |
Deprecated, use GLContextStack::createTemporaryContextAndActivate() instead.
Definition at line 82 of file mlGLContext.h.
| #define DESTROY_GLCONTEXT_AND_ACTIVATE_PREVIOUS ML_OPENGL_NAMESPACE::GLContextStack::destroyTemporaryContextAndActivatePreviousContext(); |
Deprecated, use GLContextStack::destroyTemporaryContextAndActivatePreviousContext() instead.
Definition at line 86 of file mlGLContext.h.