void readPixels(int x, int y, int width, int height, int format, int type,pixels) { _gl.readPixels(x, y, width, height, format, type, pixels); checkError('readPixels'); }