NGL  6.5
The NCCA Graphics Library
ngl::ShaderProgram::uniformData Struct Reference

this structure holds information about the registered uniforms in the program id is the uniform location, name is the uniform name, type is the GLenum type More...

+ Collaboration diagram for ngl::ShaderProgram::uniformData:

Public Attributes

GLuint loc
 
std::string name
 
GLenum type
 

Detailed Description

this structure holds information about the registered uniforms in the program id is the uniform location, name is the uniform name, type is the GLenum type

Definition at line 508 of file ShaderProgram.h.

Member Data Documentation

GLuint ngl::ShaderProgram::uniformData::loc

Definition at line 510 of file ShaderProgram.h.

std::string ngl::ShaderProgram::uniformData::name

Definition at line 511 of file ShaderProgram.h.

GLenum ngl::ShaderProgram::uniformData::type

Definition at line 512 of file ShaderProgram.h.


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