drawElementsInstanced method
Implementation
void drawElementsInstanced(int mode, int count, int type, int offset, int instanceCount) {
_gl.drawElementsInstanced(mode, count, type, offset, instanceCount);
checkError('drawElementsInstanced');
}
void drawElementsInstanced(int mode, int count, int type, int offset, int instanceCount) {
_gl.drawElementsInstanced(mode, count, type, offset, instanceCount);
checkError('drawElementsInstanced');
}