Information about a single active vertex attribute or uniform. More...
#include </home/chochlik/devel/oglplus/include/oglplus/program.hpp>
Public Member Functions | |
GLuint | Index (void) const |
Returns the index of the attribute or uniform. | |
const String & | Name (void) const |
Returns the name (identifier) of the attribute or uniform. | |
const GLint | Size (void) const |
Returns the size in units of Type. | |
const SLDataType | Type (void) const |
Returns the data type of the variable. | |
Information about a single active vertex attribute or uniform.
Note that the Program's functions documented as returning instances of ActiveVariableInfo actually return types convertible to ActiveVariableInfo.