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