framebufferTexture2D (gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, texture, 0); // Read the contents of the framebuffer (data stores the pixel data) ...
確定! 回上一頁