uniform1iv method

void uniform1iv(
  1. WebGLUniformLocation? location,
  2. dynamic data, [
  3. int? srcOffset = 0,
  4. int? srcLength = 0,
])

Implementation

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