Namespaces |
namespace | osg |
| The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes.
|
Defines |
#define | OSG_GLOBJECTS 1 |
Functions |
OSG_EXPORT void | osg::flushDeletedGLObjects (unsigned int contextID, double currentTime, double &availableTime) |
| Flush all deleted OpenGL objects within the specified availableTime.
|
OSG_EXPORT void | osg::flushAllDeletedGLObjects (unsigned int contextID) |
| Flush all deleted OpenGL objects.
|
OSG_EXPORT void | osg::discardAllDeletedGLObjects (unsigned int contextID) |
| Discard all deleted OpenGL objects.
|