GLShader.setUniform4f
void setUniform4f(string name, float v0, float v1, float v2, float v3)Perform glUniform4f() for name on shader
Parameters
name | name of the uniform |
v0 | first value to set |
v1 | second value to set |
v2 | third value to set |
v3 | fourth value to set |