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