remove Value
Removes a value for a shader uniform variable.
Parameters
location
The location of the uniform variable. You can get the location using getLocation.
Removes a value for a shader uniform variable by name.
Parameters
uniform Name
The name of the uniform variable. You can find the uniform names in the shader code.