uniform2fv method
void
uniform2fv(
- WebGLUniformLocation? location,
- dynamic data, [
- int? srcOffset = 0,
- int? srcLength = 0,
Implementation
void uniform2fv(WebGLUniformLocation? location, dynamic data,
[int? srcOffset = 0, int? srcLength = 0]) =>
js_util.callMethod(
this, 'uniform2fv', [location, data, srcOffset, srcLength]);