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 |