Inheritance diagram for osg::BlendFunc::Extensions:
Public Member Functions | |
Extensions (unsigned int contextID) | |
Extensions (const Extensions &rhs) | |
void | lowestCommonDenominator (const Extensions &rhs) |
void | setupGLExtensions (unsigned int contextID) |
void | setBlendFuncSeparateSupported (bool flag) |
bool | isBlendFuncSeparateSupported () const |
void | setBlendFuncSeparateProc (void *ptr) |
void | glBlendFuncSeparate (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) const |
Protected Member Functions | |
~Extensions () | |
Protected Attributes | |
bool | _isBlendFuncSeparateSupported |
void * | _glBlendFuncSeparate |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|