multiDrawArraysWEBGL method

void multiDrawArraysWEBGL(
  1. int mode,
  2. dynamic firstsList,
  3. int firstsOffset,
  4. dynamic countsList,
  5. int countsOffset,
  6. int drawcount,
)

Implementation

void multiDrawArraysWEBGL(int mode, dynamic firstsList, int firstsOffset,
        dynamic countsList, int countsOffset, int drawcount) =>
    js_util.callMethod(this, 'multiDrawArraysWEBGL', [
      mode,
      firstsList,
      firstsOffset,
      countsList,
      countsOffset,
      drawcount
    ]);