osg::BlendFunc::Extensions Class Reference
List of all members.
Detailed Description
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions.
Member Typedef Documentation
Constructor & Destructor Documentation
osg::BlendFunc::Extensions::Extensions |
( |
unsigned int |
contextID |
) |
|
osg::BlendFunc::Extensions::Extensions |
( |
const Extensions & |
rhs |
) |
|
osg::BlendFunc::Extensions::~Extensions |
( |
|
) |
[inline, protected] |
Member Function Documentation
void osg::BlendFunc::Extensions::glBlendFuncSeparate |
( |
GLenum |
sfactorRGB, |
|
|
GLenum |
dfactorRGB, |
|
|
GLenum |
sfactorAlpha, |
|
|
GLenum |
dfactorAlpha | |
|
) |
| | const |
bool osg::BlendFunc::Extensions::isBlendFuncSeparateSupported |
( |
|
) |
const [inline] |
void osg::BlendFunc::Extensions::lowestCommonDenominator |
( |
const Extensions & |
rhs |
) |
|
void osg::BlendFunc::Extensions::setBlendFuncSeparateSupported |
( |
bool |
flag |
) |
[inline] |
void osg::BlendFunc::Extensions::setupGLExtensions |
( |
unsigned int |
contextID |
) |
|
typedef osg::BlendFunc::Extensions::void |
( |
APIENTRY * |
GLBlendFuncSeparateProc |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: