Description
Source
Call Graph
ProgramObject::setUniform3i
( Public Method )
Author: Don Olmstead
Sets a 3 int uniform variable


Syntax / parameters
void setUniform3i(const char *varname, GLint v0, GLint v1, GLint v2) |
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
|
Description
Sets a 3 int uniform variable
Source
The documentation for this Member was generated from the following files: