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