MeVisLab Toolbox Reference
|
Struct to store infos about a type, e.g., about a uniform. More...
#include <mlOpenGL.h>
Public Member Functions | |
TypeInfo (const std::string &aType, const std::string &aName, const std::string &aValue=std::string(), const std::string &aSize=std::string()) | |
Public Attributes | |
std::string | name |
std::string | type |
std::string | value |
std::string | size |
Struct to store infos about a type, e.g., about a uniform.
Definition at line 140 of file mlOpenGL.h.
|
inline |
Definition at line 141 of file mlOpenGL.h.
std::string OpenGL::TypeInfo::name |
Definition at line 149 of file mlOpenGL.h.
std::string OpenGL::TypeInfo::size |
Definition at line 152 of file mlOpenGL.h.
std::string OpenGL::TypeInfo::type |
Definition at line 150 of file mlOpenGL.h.
std::string OpenGL::TypeInfo::value |
Definition at line 151 of file mlOpenGL.h.