set method

void set(
  1. double val
)

Set the float value of the bound uniform.

Implementation

void set(double val) {
  _shader.setFloat(_shaderIndex, val);
}