MeVisLabToolboxReference
SoGLShaderProgram::UniformInfo Struct Reference

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

#include <SoGLShaderProgram.h>

List of all members.

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 149 of file SoGLShaderProgram.h.


Constructor & Destructor Documentation

SoGLShaderProgram::UniformInfo::UniformInfo ( ) [inline]

Definition at line 153 of file SoGLShaderProgram.h.

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

Definition at line 154 of file SoGLShaderProgram.h.


Member Data Documentation

Definition at line 151 of file SoGLShaderProgram.h.


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