class SG_EXPORT Extensions

Extensions class which encapsulates the querring of extensions and associated function pointers, and provide convinience wrappers to check for the extensions or use the associated functions

Inheritance:


Public Methods

[more] Extensions()
[more] Extensions(const Extensions& rhs)
[more]void lowestCommonDenominator(const Extensions& rhs)
[more]void setupGLExtenions()
[more]void setMultisampleSupported(bool flag)
[more]void setMultisampleFilterHintSupported(bool flag)
[more]bool isMultisampleSupported() const
[more]bool isMultisampleFilterHintSupported() const
[more]void setSampleCoverageProc(void* ptr)
[more]void glSampleCoverage(GLclampf value, GLboolean invert) const

Protected Fields

[more]bool _isMultisampleSupported
[more]bool _isMultisampleFilterHintSupported
[more]void* _glSampleCoverage

Protected Methods

[more] ~Extensions()


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

Extensions class which encapsulates the querring of extensions and associated function pointers, and provide convinience wrappers to check for the extensions or use the associated functions
o Extensions()

o Extensions(const Extensions& rhs)

ovoid lowestCommonDenominator(const Extensions& rhs)

ovoid setupGLExtenions()

ovoid setMultisampleSupported(bool flag)

ovoid setMultisampleFilterHintSupported(bool flag)

obool isMultisampleSupported() const

obool isMultisampleFilterHintSupported() const

ovoid setSampleCoverageProc(void* ptr)

ovoid glSampleCoverage(GLclampf value, GLboolean invert) const

o ~Extensions()

obool _isMultisampleSupported

obool _isMultisampleFilterHintSupported

ovoid* _glSampleCoverage


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.