Class to encapsulate platform-specific OpenGL context handle variables.
More...
#include <GraphicsHandleX11>
Class to encapsulate platform-specific OpenGL context handle variables.
Derived osg::GraphicsContext classes can inherit from this class to share OpenGL resources.
◆ Context
◆ Pbuffer
◆ GraphicsHandleX11()
osgViewer::GraphicsHandleX11::GraphicsHandleX11 |
( |
| ) |
|
|
inline |
◆ getContext()
Context osgViewer::GraphicsHandleX11::getContext |
( |
| ) |
const |
|
inline |
Get native OpenGL graphics context.
◆ getDisplay()
Display * osgViewer::GraphicsHandleX11::getDisplay |
( |
| ) |
const |
|
inline |
◆ setContext()
void osgViewer::GraphicsHandleX11::setContext |
( |
Context | context | ) |
|
|
inline |
Set native OpenGL graphics context.
◆ setDisplay()
void osgViewer::GraphicsHandleX11::setDisplay |
( |
Display * | display | ) |
|
|
inline |
◆ _context
Context osgViewer::GraphicsHandleX11::_context |
|
protected |
◆ _display
Display* osgViewer::GraphicsHandleX11::_display |
|
protected |
The documentation for this class was generated from the following file: