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 |