openscenegraph
Public Member Functions | Protected Member Functions | Protected Attributes
osg::TextureCubeMap::Extensions Class Reference
Inheritance diagram for osg::TextureCubeMap::Extensions:
osg::Referenced

List of all members.

Public Member Functions

 Extensions (unsigned int contextID)
 Extensions (const Extensions &rhs)
void lowestCommonDenominator (const Extensions &rhs)
void setupGLExtensions (unsigned int contextID)
void setCubeMapSupported (bool flag)
bool isCubeMapSupported () const

Protected Member Functions

 ~Extensions ()

Protected Attributes

bool _isCubeMapSupported

Detailed Description

Extensions class which encapsulates the querying of extensions and associated function pointers, and provides convenience wrappers to check for the extensions or use the associated functions.


Constructor & Destructor Documentation

osg::TextureCubeMap::Extensions::Extensions ( unsigned int  contextID)
osg::TextureCubeMap::Extensions::Extensions ( const Extensions rhs)
osg::TextureCubeMap::Extensions::~Extensions ( ) [inline, protected]

Member Function Documentation

bool osg::TextureCubeMap::Extensions::isCubeMapSupported ( ) const [inline]
void osg::TextureCubeMap::Extensions::lowestCommonDenominator ( const Extensions rhs)
void osg::TextureCubeMap::Extensions::setCubeMapSupported ( bool  flag) [inline]
void osg::TextureCubeMap::Extensions::setupGLExtensions ( unsigned int  contextID)

Member Data Documentation


The documentation for this class was generated from the following file: