setUniform4i
Default mainpageApplicationProgramObjectsetUniform4i
Description Source Call Graph
ProgramObject::setUniform4i ( Public Method )
Author: Don Olmstead
Sets a 4 int uniform variable
 
Syntax / parameters
void setUniform4i(const char *varname, GLint v0, GLint v1, GLint v2, GLint v3)

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