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