|
openscenegraph
|
#include <GraphicsHandleCarbon>
Public Member Functions | |
| GraphicsHandleCarbon () | |
| void | setAGLContext (AGLContext context) |
| AGLContext | getAGLContext () const |
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.
|
inline |
References _context.
|
inline |
Get native AGL graphics context.
References _context.
|
inline |
Set native AGL graphics context.
References _context.
|
protected |
Referenced by getAGLContext(), GraphicsHandleCarbon(), and setAGLContext().