Class to encapsulate platform-specific OpenGL context handle variables.
More...
|
HWND | _hwnd |
|
HDC | _hdc |
|
HGLRC | _hglrc |
|
Class to encapsulate platform-specific OpenGL context handle variables.
Derived osg::GraphicsContext classes can inherit from this class to share OpenGL resources.
◆ getHDC()
HDC osgViewer::GraphicsHandleWin32::getHDC |
( |
| ) |
const |
|
inline |
◆ getHWND()
HWND osgViewer::GraphicsHandleWin32::getHWND |
( |
| ) |
const |
|
inline |
◆ getWGLContext()
HGLRC osgViewer::GraphicsHandleWin32::getWGLContext |
( |
| ) |
const |
|
inline |
Get native OpenGL graphics context.
◆ setHDC()
void osgViewer::GraphicsHandleWin32::setHDC |
( |
HDC |
hdc | ) |
|
|
inline |
◆ setHWND()
void osgViewer::GraphicsHandleWin32::setHWND |
( |
HWND |
hwnd | ) |
|
|
inline |
◆ setWGLContext()
void osgViewer::GraphicsHandleWin32::setWGLContext |
( |
HGLRC |
hglrc | ) |
|
|
inline |
Set native OpenGL graphics context.
The documentation for this class was generated from the following file:
- /home/karlu20/private/installs/OpenSceneGraph/include/osgViewer/api/Win32/GraphicsHandleWin32