uniform1fv method

void uniform1fv(
  1. WebGLUniformLocation? location,
  2. Float32List data, [
  3. int srcOffset,
  4. GLuint srcLength,
])

Implementation

external void uniform1fv(
  WebGLUniformLocation? location,
  Float32List data, [
  int srcOffset,
  GLuint srcLength,
]);