OpenSceneGraph 3.6.5
|
#include <osg/GraphicsContext>
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 Tue Feb 7 2023 00:00:00 for the OpenSceneGraph by doxygen 1.9.6. |