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
#define USE_GRAPHICSWINDOW |
( |
| ) |
|
Value:
#define USE_GRAPICSWINDOW_IMPLEMENTATION(ext)
Definition GraphicsWindow:282
◆ USE_GRAPICSWINDOW_IMPLEMENTATION
#define USE_GRAPICSWINDOW_IMPLEMENTATION |
( |
| ext | ) |
|
Value: extern "C" void graphicswindow_##ext(void); \
Definition GraphicsWindow:278
◆ CGraphicsWindowFunction
typedef void(* CGraphicsWindowFunction) (void) |