setUniform1i
Default mainpageApplicationProgramObjectsetUniform1i
Description Source Call Graph
ProgramObject::setUniform1i ( Public Method )
Author: Don Olmstead
Sets a 1 int uniform variable
 
Syntax / parameters
void setUniform1i(const char *varname, GLint v0)

Name Type Default Description
varname const char *
  The name of the uniform
v0 GLint
  The value to set the uniform to
Description
Sets a 1 int uniform variable
 
Source
The documentation for this Member was generated from the following files:
  • ProgramObject.cpp
  • ProgramObject.hpp