void scissor(int x, int y, int width, int height){ startCheck("scissor"); glScissor(_gl, x, y, width, height); checkError('scissor'); }