Inheritance diagram for osg::Multisample::Extensions:

Public Member Functions | |
| Extensions (unsigned int contextID) | |
| Extensions (const Extensions &rhs) | |
| void | lowestCommonDenominator (const Extensions &rhs) |
| void | setupGLExtenions (unsigned int contextID) |
| void | setMultisampleSupported (bool flag) |
| void | setMultisampleFilterHintSupported (bool flag) |
| bool | isMultisampleSupported () const |
| bool | isMultisampleFilterHintSupported () const |
| void | setSampleCoverageProc (void *ptr) |
| void | glSampleCoverage (GLclampf value, GLboolean invert) const |
Protected Member Functions | |
| ~Extensions () | |
Protected Attributes | |
| bool | _isMultisampleSupported |
| bool | _isMultisampleFilterHintSupported |
| void * | _glSampleCoverage |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|