Class to encapsulate platform-specific OpenGL context handle variables.
More...
List of all members.
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
osgViewer::GraphicsHandleWin32::GraphicsHandleWin32 |
( |
| ) |
[inline] |
Member Function Documentation
HDC osgViewer::GraphicsHandleWin32::getHDC |
( |
| ) |
const [inline] |
HWND osgViewer::GraphicsHandleWin32::getHWND |
( |
| ) |
const [inline] |
HGLRC osgViewer::GraphicsHandleWin32::getWGLContext |
( |
| ) |
const [inline] |
Get native OpenGL graphics context.
void osgViewer::GraphicsHandleWin32::setHDC |
( |
HDC |
hdc | ) |
[inline] |
void osgViewer::GraphicsHandleWin32::setHWND |
( |
HWND |
hwnd | ) |
[inline] |
void osgViewer::GraphicsHandleWin32::setWGLContext |
( |
HGLRC |
hglrc | ) |
[inline] |
Set native OpenGL graphics context.
Member Data Documentation
The documentation for this class was generated from the following file: