|
OpenSceneGraph 3.6.5
|
#include <osg/GraphicsContext>Go to the source code of this file.
Classes | |
| class | osg::ContextData |
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. | |
Macros | |
| #define | OSG_CONTEXTDATA 1 |
Functions | |
| OSG_EXPORT ContextData * | osg::getContextData (unsigned int contextID) |
| Get the ContextData for a specific contextID. | |
| OSG_EXPORT ContextData * | osg::getOrCreateContextData (unsigned int contextID) |
| Get or create the ContextData for a specific contextID. | |
| template<typename T > | |
| T * | osg::get (unsigned int contextID) |
| template<> | |
| ContextData * | osg::get< ContextData > (unsigned int contextID) |
| #define OSG_CONTEXTDATA 1 |
| Generated at Fri Jan 31 2020 11:03:07 for the OpenSceneGraph by doxygen 1.9.8. |