gl.readPixels(x, y, width, height, format, type, pixels). x and y : Starting coordinates. width , height : The extent of pixels to read from the framebuffer. In ...
確定! 回上一頁