OpenSceneGraph
3.5.1
|
#include <osg/GraphicsContext>
Classes | |
class | osg::ContextData |
Namespaces | |
osg | |
The core osg library provides the basic scene graph classes such as Nodes, State and Drawables, and maths and general helper classes. | |
Macros | |
#define | OSG_CONTEXTDATA 1 |
Functions | |
OSG_EXPORT ContextData * | osg::getContextData (unsigned int contextID) |
Get the ContextData for a specific contextID. More... | |
OSG_EXPORT ContextData * | osg::getOrCreateContextData (unsigned int contextID) |
Get or create the ContextData for a specific contextID. More... | |
template<typename T > | |
T * | osg::get (unsigned int contextID) |
template<> | |
ContextData * | osg::get< ContextData > (unsigned int contextID) |
#define OSG_CONTEXTDATA 1 |
Generated at Wed Nov 11 2015 22:14:21 for the OpenSceneGraph by doxygen 1.8.10. |