MeVisLab Toolbox Reference
OpenGL::TypeInfo Struct 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
 

Detailed Description

Struct to store infos about a type, e.g. about a uniform.

Definition at line 140 of file mlOpenGL.h.

Constructor & Destructor Documentation

◆ TypeInfo()

OpenGL::TypeInfo::TypeInfo ( const std::string &  aType,
const std::string &  aName,
const std::string &  aValue = std::string(),
const std::string &  aSize = std::string() 
)
inline

Definition at line 141 of file mlOpenGL.h.

Member Data Documentation

◆ name

std::string OpenGL::TypeInfo::name

Definition at line 149 of file mlOpenGL.h.

◆ size

std::string OpenGL::TypeInfo::size

Definition at line 152 of file mlOpenGL.h.

◆ type

std::string OpenGL::TypeInfo::type

Definition at line 150 of file mlOpenGL.h.

◆ value

std::string OpenGL::TypeInfo::value

Definition at line 151 of file mlOpenGL.h.


The documentation for this struct was generated from the following file: