|
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 | setMultisampleSupported (bool flag) |
| void | setMultisampleFilterHintSupported (bool flag) |
| bool | isMultisampleSupported () const |
| bool | isMultisampleFilterHintSupported () const |
| void | glSampleCoverage (GLclampf value, GLboolean invert) const |
Protected Types | |
| typedef GLboolean | invert |
Protected Member Functions | |
| ~Extensions () | |
| typedef | void (GL_APIENTRY *GLSampleCoverageProc)(GLclampf value |
Protected Attributes | |
| bool | _isMultisampleSupported |
| bool | _isMultisampleFilterHintSupported |
| GLSampleCoverageProc | _glSampleCoverage |
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.
typedef GLboolean osg::Multisample::Extensions::invert [protected] |
| osg::Multisample::Extensions::Extensions | ( | unsigned int | contextID | ) |
| osg::Multisample::Extensions::Extensions | ( | const Extensions & | rhs | ) |
| osg::Multisample::Extensions::~Extensions | ( | ) | [inline, protected] |
| void osg::Multisample::Extensions::glSampleCoverage | ( | GLclampf | value, |
| GLboolean | invert | ||
| ) | const |
| bool osg::Multisample::Extensions::isMultisampleFilterHintSupported | ( | ) | const [inline] |
| bool osg::Multisample::Extensions::isMultisampleSupported | ( | ) | const [inline] |
| void osg::Multisample::Extensions::lowestCommonDenominator | ( | const Extensions & | rhs | ) |
| void osg::Multisample::Extensions::setMultisampleFilterHintSupported | ( | bool | flag | ) | [inline] |
| void osg::Multisample::Extensions::setMultisampleSupported | ( | bool | flag | ) | [inline] |
| void osg::Multisample::Extensions::setupGLExtensions | ( | unsigned int | contextID | ) |
| typedef osg::Multisample::Extensions::void | ( | GL_APIENTRY * | GLSampleCoverageProc | ) | [protected] |
GLSampleCoverageProc osg::Multisample::Extensions::_glSampleCoverage [protected] |
bool osg::Multisample::Extensions::_isMultisampleFilterHintSupported [protected] |
bool osg::Multisample::Extensions::_isMultisampleSupported [protected] |
| Generated at Thu Sep 27 2012 17:02:56 for the OpenSceneGraph by doxygen 1.7.6.1. |