|
OpenSceneGraph
3.0.1
|
Extensions class which encapsulates the querying of extensions and associated function pointers, and provide convenience 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 | setStencilWrapSupported (bool flag) |
| bool | isStencilWrapSupported () const |
Protected Member Functions | |
| ~Extensions () | |
Protected Attributes | |
| bool | _isStencilWrapSupported |
Extensions class which encapsulates the querying of extensions and associated function pointers, and provide convenience wrappers to check for the extensions or use the associated functions.
| osg::Stencil::Extensions::Extensions | ( | unsigned int | contextID | ) |
| osg::Stencil::Extensions::Extensions | ( | const Extensions & | rhs | ) |
| osg::Stencil::Extensions::~Extensions | ( | ) | [inline, protected] |
| bool osg::Stencil::Extensions::isStencilWrapSupported | ( | ) | const [inline] |
| void osg::Stencil::Extensions::lowestCommonDenominator | ( | const Extensions & | rhs | ) |
| void osg::Stencil::Extensions::setStencilWrapSupported | ( | bool | flag | ) | [inline] |
| void osg::Stencil::Extensions::setupGLExtensions | ( | unsigned int | contextID | ) |
bool osg::Stencil::Extensions::_isStencilWrapSupported [protected] |
| Generated at Thu Sep 27 2012 17:03:02 for the OpenSceneGraph by doxygen 1.7.6.1. |