OpenSceneGraph 2.8.3
|
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions. More...
Public Member Functions | |
Extensions (unsigned int contextID) | |
Extensions (const Extensions &rhs) | |
void | lowestCommonDenominator (const Extensions &rhs) |
void | setupGLExtensions (unsigned int contextID) |
void | setBlendEquationSupported (bool flag) |
bool | isBlendEquationSupported () const |
bool | isSGIXMinMaxSupported () const |
bool | isLogicOpSupported () const |
void | glBlendEquation (GLenum mode) const |
Protected Member Functions | |
~Extensions () | |
typedef | void (APIENTRY *GLBlendEquationProc)(GLenum mode) |
Protected Attributes | |
bool | _isBlendEquationSupported |
bool | _isSGIXMinMaxSupported |
bool | _isLogicOpSupported |
GLBlendEquationProc | _glBlendEquation |
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions.
osg::BlendEquation::Extensions::Extensions | ( | unsigned int | contextID | ) |
osg::BlendEquation::Extensions::Extensions | ( | const Extensions & | rhs | ) |
osg::BlendEquation::Extensions::~Extensions | ( | ) | [inline, protected] |
void osg::BlendEquation::Extensions::glBlendEquation | ( | GLenum | mode | ) | const |
bool osg::BlendEquation::Extensions::isBlendEquationSupported | ( | ) | const [inline] |
bool osg::BlendEquation::Extensions::isLogicOpSupported | ( | ) | const [inline] |
bool osg::BlendEquation::Extensions::isSGIXMinMaxSupported | ( | ) | const [inline] |
void osg::BlendEquation::Extensions::lowestCommonDenominator | ( | const Extensions & | rhs | ) |
void osg::BlendEquation::Extensions::setBlendEquationSupported | ( | bool | flag | ) | [inline] |
void osg::BlendEquation::Extensions::setupGLExtensions | ( | unsigned int | contextID | ) |
typedef osg::BlendEquation::Extensions::void | ( | APIENTRY * | GLBlendEquationProc | ) | [protected] |
GLBlendEquationProc osg::BlendEquation::Extensions::_glBlendEquation [protected] |
bool osg::BlendEquation::Extensions::_isBlendEquationSupported [protected] |
bool osg::BlendEquation::Extensions::_isLogicOpSupported [protected] |
bool osg::BlendEquation::Extensions::_isSGIXMinMaxSupported [protected] |
![]() | Generated at Tue Mar 22 2011 13:20:20 for the OpenSceneGraph by doxygen 1.7.3. |