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