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