uniform2fv method

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

Implementation

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