glUniform1fv method

void glUniform1fv(
  1. int location,
  2. int count,
  3. Float32List value
)

Implementation

void glUniform1fv(
  int location,
  int count,
  Float32List value,
) {
  _glUniform1fv(location, count, value.address);
}