void drawArrays(int mode, int first, int count) { startCheck("drawArrays"); glDrawArrays(_gl, mode, first, count); checkError('drawArrays'); }