OpenSceneGraph 2.8.4
|
Extensions class which encapsulates the querying of extensions and associated function pointers, and provides convinience wrappers to check for the extensions or use the associated functions. More...
Public Member Functions | |
Extensions (unsigned int contextID) | |
Extensions (const Extensions &rhs) | |
void | lowestCommonDenominator (const Extensions &rhs) |
void | setupGLExtensions (unsigned int contextID) |
void | setCubeMapSupported (bool flag) |
bool | isCubeMapSupported () const |
Protected Member Functions | |
~Extensions () | |
Protected Attributes | |
bool | _isCubeMapSupported |
Extensions class which encapsulates the querying of extensions and associated function pointers, and provides convinience wrappers to check for the extensions or use the associated functions.
osg::TextureCubeMap::Extensions::Extensions | ( | unsigned int | contextID | ) |
osg::TextureCubeMap::Extensions::Extensions | ( | const Extensions & | rhs | ) |
osg::TextureCubeMap::Extensions::~Extensions | ( | ) | [inline, protected] |
bool osg::TextureCubeMap::Extensions::isCubeMapSupported | ( | ) | const [inline] |
void osg::TextureCubeMap::Extensions::lowestCommonDenominator | ( | const Extensions & | rhs | ) |
void osg::TextureCubeMap::Extensions::setCubeMapSupported | ( | bool | flag | ) | [inline] |
void osg::TextureCubeMap::Extensions::setupGLExtensions | ( | unsigned int | contextID | ) |
bool osg::TextureCubeMap::Extensions::_isCubeMapSupported [protected] |
![]() | Generated at Sun Jan 8 2012 13:16:24 for the OpenSceneGraph by doxygen 1.7.4. |