removeValue

fun removeValue(location: Int)

Removes a value for a shader uniform variable.

Parameters

location

The location of the uniform variable. You can get the location using getLocation.


fun removeValue(uniformName: String)

Removes a value for a shader uniform variable by name.

Parameters

uniformName

The name of the uniform variable. You can find the uniform names in the shader code.