renderInstances method
Implementation
@override
void renderInstances(int start, int count, int primcount) {
if (primcount == 0) return;
gl.drawElementsInstanced(mode, count, type, start * bytesPerElement, primcount);
info.update(count, mode, primcount);
}