set method
- double val
Set the float value of the bound uniform.
Implementation
void set(double val) {
_shader.setFloat(_shaderIndex, val);
}
Set the float value of the bound uniform.
void set(double val) {
_shader.setFloat(_shaderIndex, val);
}