@override void render(int start, int count) { gl.drawElements(mode, count, type, start * bytesPerElement); info.update(count, mode, 1); }