addUniform method

dynamic addUniform(
  1. dynamic uniform
)

Implementation

addUniform(uniform) {
  this.uniforms.add(uniform);

  return this;
}