Go to the source code of this file.
|
namespace | osgViewer |
| The osgViewer library provides high level viewer functionality designed to make it easier to write a range of different types of viewers, from viewers embedded in existing windows via SimpleViewer, through to highly scalable and flexible Viewer and Composite classes.
|
|
◆ OSGVIEWER_GRAPHICWINDOW
#define OSGVIEWER_GRAPHICWINDOW 1 |
◆ USE_GRAPHICSWINDOW
◆ USE_GRAPICSWINDOW_IMPLEMENTATION
#define USE_GRAPICSWINDOW_IMPLEMENTATION |
( |
| ext | ) |
|
Value: extern "C" void graphicswindow_##ext(void); \
static osgViewer::GraphicsWindowFunctionProxy graphicswindowproxy_##ext(graphicswindow_##ext);
◆ CGraphicsWindowFunction
typedef void(* CGraphicsWindowFunction) (void) |