setUniform
Update the value of a uniform declared in the shader
Parameters
uniformName
The GLSL name of the uniform. This must match one of the uniforms declared in the constructor
value
The new value of the uniform.
Update the value of a uniform declared in the shader
The GLSL name of the uniform. This must match one of the uniforms declared in the constructor
The new value of the uniform.