MeVisLab Resolution Independence API
|
Information structure for SoGLShaderObject containing location, type, and size. More...
#include <SoGLShaderProgram.h>
Public Member Functions | |
UniformInfo () | |
UniformInfo (GLint _location, GLenum _type, GLint _size) | |
Public Attributes | |
GLint | location |
GLenum | type |
GLint | size |
Information structure for SoGLShaderObject containing location, type, and size.
Definition at line 169 of file SoGLShaderProgram.h.
|
inline |
Definition at line 173 of file SoGLShaderProgram.h.
|
inline |
Definition at line 174 of file SoGLShaderProgram.h.
GLint SoGLShaderProgram::UniformInfo::location |
Definition at line 170 of file SoGLShaderProgram.h.
GLint SoGLShaderProgram::UniformInfo::size |
Definition at line 172 of file SoGLShaderProgram.h.
GLenum SoGLShaderProgram::UniformInfo::type |
Definition at line 171 of file SoGLShaderProgram.h.