Class to encapsulate platform-specific OpenGL context handle variables.
More...
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 Typedef Documentation
Constructor & Destructor Documentation
osgViewer::GraphicsHandleX11::GraphicsHandleX11 |
( |
| ) |
|
|
inline |
Member Function Documentation
Context osgViewer::GraphicsHandleX11::getContext |
( |
| ) |
const |
|
inline |
Get native OpenGL graphics context.
Display* osgViewer::GraphicsHandleX11::getDisplay |
( |
| ) |
const |
|
inline |
void osgViewer::GraphicsHandleX11::setContext |
( |
Context |
context | ) |
|
|
inline |
Set native OpenGL graphics context.
void osgViewer::GraphicsHandleX11::setDisplay |
( |
Display * |
display | ) |
|
|
inline |
Member Data Documentation
Context osgViewer::GraphicsHandleX11::_context |
|
protected |
Display* osgViewer::GraphicsHandleX11::_display |
|
protected |
The documentation for this class was generated from the following file: