Inheritance diagram for osg::BlendEquation::Extensions:

Public Member Functions | |
| Extensions (unsigned int contextID) | |
| Extensions (const Extensions &rhs) | |
| void | lowestCommonDenominator (const Extensions &rhs) |
| void | setupGLExtenions (unsigned int contextID) |
| void | setBlendEquationSupported (bool flag) |
| bool | isBlendEquationSupported () const |
| bool | isSGIXMinMaxSupported () const |
| bool | isLogicOpSupported () const |
| void | setBlendEquationProc (void *ptr) |
| void | glBlendEquation (GLenum mode) const |
Protected Member Functions | |
| ~Extensions () | |
Protected Attributes | |
| bool | _isBlendEquationSupported |
| bool | _isSGIXMinMaxSupported |
| bool | _isLogicOpSupported |
| void * | _glBlendEquation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|