osg::Point::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::Point::Extensions::Extensions |
( |
unsigned int |
contextID |
) |
|
| osg::Point::Extensions::Extensions |
( |
const Extensions & |
rhs |
) |
|
| osg::Point::Extensions::~Extensions |
( |
|
) |
[inline, protected] |
Member Function Documentation
| void osg::Point::Extensions::lowestCommonDenominator |
( |
const Extensions & |
rhs |
) |
|
| void osg::Point::Extensions::setupGLExtensions |
( |
unsigned int |
contextID |
) |
|
| void osg::Point::Extensions::setPointParametersSupported |
( |
bool |
flag |
) |
[inline] |
| bool osg::Point::Extensions::isPointParametersSupported |
( |
|
) |
const [inline] |
| void osg::Point::Extensions::setPointSpriteCoordOriginSupported |
( |
bool |
flag |
) |
[inline] |
| bool osg::Point::Extensions::isPointSpriteCoordOriginSupported |
( |
|
) |
const [inline] |
| void osg::Point::Extensions::glPointParameteri |
( |
GLenum |
pname, |
|
|
GLint |
param | |
|
) |
| | const |
| void osg::Point::Extensions::glPointParameterf |
( |
GLenum |
pname, |
|
|
GLfloat |
param | |
|
) |
| | const |
| void osg::Point::Extensions::glPointParameterfv |
( |
GLenum |
pname, |
|
|
const GLfloat * |
params | |
|
) |
| | const |
| typedef osg::Point::Extensions::void |
( |
APIENTRY * |
GLPointParameteriProc |
) |
[protected] |
| typedef osg::Point::Extensions::void |
( |
APIENTRY * |
GLPointParameterfProc |
) |
[protected] |
| typedef osg::Point::Extensions::void |
( |
APIENTRY * |
GLPointParameterfvProc |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: