osg::Point::Extensions Class Reference
Encapsulates queries of extension availability, obtains extension function pointers, and provides convenience wrappers for calling extension functions.
More...
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::glPointParameterf |
( |
GLenum |
pname, |
|
|
GLfloat |
param | |
|
) |
| | const |
void osg::Point::Extensions::glPointParameterfv |
( |
GLenum |
pname, |
|
|
const GLfloat * |
params | |
|
) |
| | const |
void osg::Point::Extensions::glPointParameteri |
( |
GLenum |
pname, |
|
|
GLint |
param | |
|
) |
| | const |
bool osg::Point::Extensions::isPointParametersSupported |
( |
|
) |
const [inline] |
bool osg::Point::Extensions::isPointSpriteCoordOriginSupported |
( |
|
) |
const [inline] |
void osg::Point::Extensions::lowestCommonDenominator |
( |
const Extensions & |
rhs |
) |
|
void osg::Point::Extensions::setPointParametersSupported |
( |
bool |
flag |
) |
[inline] |
void osg::Point::Extensions::setPointSpriteCoordOriginSupported |
( |
bool |
flag |
) |
[inline] |
void osg::Point::Extensions::setupGLExtensions |
( |
unsigned int |
contextID |
) |
|
typedef osg::Point::Extensions::void |
( |
APIENTRY * |
GLPointParameterfvProc |
) |
[protected] |
typedef osg::Point::Extensions::void |
( |
APIENTRY * |
GLPointParameterfProc |
) |
[protected] |
typedef osg::Point::Extensions::void |
( |
APIENTRY * |
GLPointParameteriProc |
) |
[protected] |
Member Data Documentation
The documentation for this class was generated from the following file: