MeVisLab Toolbox Reference
SoGLShaderProgram::UniformInfo Struct Reference

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
 

Detailed Description

Information structure for SoGLShaderObject containing location, type, and size.

Definition at line 169 of file SoGLShaderProgram.h.

Constructor & Destructor Documentation

◆ UniformInfo() [1/2]

SoGLShaderProgram::UniformInfo::UniformInfo ( )
inline

Definition at line 173 of file SoGLShaderProgram.h.

◆ UniformInfo() [2/2]

SoGLShaderProgram::UniformInfo::UniformInfo ( GLint  _location,
GLenum  _type,
GLint  _size 
)
inline

Definition at line 174 of file SoGLShaderProgram.h.

Member Data Documentation

◆ location

GLint SoGLShaderProgram::UniformInfo::location

Definition at line 170 of file SoGLShaderProgram.h.

◆ size

GLint SoGLShaderProgram::UniformInfo::size

Definition at line 172 of file SoGLShaderProgram.h.

◆ type

GLenum SoGLShaderProgram::UniformInfo::type

Definition at line 171 of file SoGLShaderProgram.h.


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