void drawElements(int mode, int count, int type, int offset) { startCheck("drawElements"); glDrawElements(_gl, mode, count, type, offset); checkError('drawElements'); }