glUniform3fv method

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

Implementation

void glUniform3fv(
  int location,
  int count,
  Float32List value,
) {
  _glUniform3fv(location, count, value.address);
}