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