OpenSceneGraph
Public Member Functions | Protected Attributes | List of all members
osgViewer::GraphicsHandleCocoa Class Reference

Class to encapsulate platform-specific OpenGL context handle variables. More...

Public Member Functions

 GraphicsHandleCocoa ()
 
void setNSOpenGLContext (NSOpenGLContext *context)
 Set native AGL graphics context. More...
 
NSOpenGLContext * getNSOpenGLContext () const
 Get native AGL graphics context. More...
 

Protected Attributes

NSOpenGLContext * _context
 

Detailed Description

Class to encapsulate platform-specific OpenGL context handle variables.

Derived osg::GraphicsContext classes can inherit from this class to share OpenGL resources.

Constructor & Destructor Documentation

◆ GraphicsHandleCocoa()

osgViewer::GraphicsHandleCocoa::GraphicsHandleCocoa ( )
inline

Member Function Documentation

◆ getNSOpenGLContext()

NSOpenGLContext* osgViewer::GraphicsHandleCocoa::getNSOpenGLContext ( ) const
inline

Get native AGL graphics context.

◆ setNSOpenGLContext()

void osgViewer::GraphicsHandleCocoa::setNSOpenGLContext ( NSOpenGLContext *  context)
inline

Set native AGL graphics context.

Member Data Documentation

◆ _context

NSOpenGLContext* osgViewer::GraphicsHandleCocoa::_context
protected

The documentation for this class was generated from the following file: