uniform4fv method

dynamic uniform4fv(
  1. dynamic v0,
  2. dynamic v1
)

Implementation

uniform4fv(v0, v1) {
  return gl.uniform4fv(v0, v1);
}