|
OpenSceneGraph
3.0.1
|
Class to encapsulate platform-specific OpenGL context handle variables. More...
Public Member Functions | |
| GraphicsHandleCarbon () | |
| void | setAGLContext (AGLContext context) |
| Set native AGL graphics context. | |
| AGLContext | getAGLContext () const |
| Get native AGL graphics context. | |
Protected Attributes | |
| AGLContext | _context |
Class to encapsulate platform-specific OpenGL context handle variables.
Derived osg::GraphicsContext classes can inherit from this class to share OpenGL resources.
| AGLContext osgViewer::GraphicsHandleCarbon::getAGLContext | ( | ) | const [inline] |
Get native AGL graphics context.
| void osgViewer::GraphicsHandleCarbon::setAGLContext | ( | AGLContext | context | ) | [inline] |
Set native AGL graphics context.
AGLContext osgViewer::GraphicsHandleCarbon::_context [protected] |
| Generated at Thu Sep 27 2012 17:03:31 for the OpenSceneGraph by doxygen 1.7.6.1. |