UniformValueTemplate creates the concrete classes for each of the uniform value types
Inheritance:
Public Methods
-
UniformValueTemplate( const char* uniformName, T value )
-
virtual void apply( Extensions* ext, const GLhandleARB progObj ) const
-
virtual int compare(const UniformValue& uv) const
Protected Fields
-
const T _value
Protected Methods
-
UniformValueTemplate()
Protected Fields
-
std::string _name
Protected Methods
-
UniformValue& operator=(const UniformValue&)
-
int getLocation( Extensions* ext, const GLhandleARB progObj ) const
Documentation
UniformValueTemplate creates the concrete classes for each of the
uniform value types
- UniformValueTemplate( const char* uniformName, T value )
- virtual void apply( Extensions* ext, const GLhandleARB progObj ) const
- virtual int compare(const UniformValue& uv) const
- UniformValueTemplate()
- const T _value
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.