Inheritance diagram for osgGL2::UniformValue:
Public Member Functions | |
virtual void | apply (Extensions *ext, const GLhandleARB progObj) const =0 |
virtual int | compare (const UniformValue &uv) const |
Protected Member Functions | |
UniformValue (const char *uniformName) | |
virtual | ~UniformValue () |
UniformValue () | |
UniformValue (const UniformValue &) | |
UniformValue & | operator= (const UniformValue &) |
int | getLocation (Extensions *ext, const GLhandleARB progObj) const |
Protected Attributes | |
std::string | _name |
|
|
|
|
|
|
|
|
|
Implemented in osgGL2::UniformValueTemplate< T >. |
|
Reimplemented in osgGL2::UniformValueTemplate< T >. |
|
|
|
|
|
|