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