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