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

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

Inheritance diagram for osgViewer::GraphicsHandleCarbon:
Inheritance graph
[legend]
Collaboration diagram for osgViewer::GraphicsHandleCarbon:
Collaboration graph
[legend]

Public Member Functions

void setAGLContext (AGLContext context)
 Set native AGL graphics context. More...
 
AGLContext getAGLContext () const
 Get native AGL graphics context. More...
 

Protected Attributes

AGLContext _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.

Member Function Documentation

◆ getAGLContext()

AGLContext osgViewer::GraphicsHandleCarbon::getAGLContext ( ) const
inline

Get native AGL graphics context.

◆ setAGLContext()

void osgViewer::GraphicsHandleCarbon::setAGLContext ( AGLContext  context)
inline

Set native AGL graphics context.


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