setUniform3fv
Default mainpageApplicationProgramObjectsetUniform3fv
Description Source Call Graph
ProgramObject::setUniform3fv ( Public Method )
Author: Don Olmstead
 
Syntax / parameters
void setUniform3fv(const char *varname, GLsizei count, GLfloat *value)

Name Type Default Description
varname const char *
  The name of the uniform
count GLsizei
  The number of uniforms in the array
value GLfloat *
  The array of uniforms
 
Source
The documentation for this Member was generated from the following files:
  • ProgramObject.cpp
  • ProgramObject.hpp