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 setBlendColorSupported(bool flag)
[more]bool isBlendColorSupported() const
[more]void setBlendColorProc(void* ptr)
[more]void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) const

Protected Fields

[more]bool _isBlendColorSupported
[more]void* _glBlendColor

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 setBlendColorSupported(bool flag)

obool isBlendColorSupported() const

ovoid setBlendColorProc(void* ptr)

ovoid glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) const

o ~Extensions()

obool _isBlendColorSupported

ovoid* _glBlendColor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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