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

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
Description
Sets a 2 int uniform variable
 
Source
The documentation for this Member was generated from the following files:
  • ProgramObject.cpp
  • ProgramObject.hpp