uniform1f method

dynamic uniform1f(
  1. dynamic v0,
  2. num v1
)

Implementation

uniform1f(v0, num v1) {
  return gl.uniform1f(v0, v1);
}