Tagged Questions
4
votes
4answers
1k views
problem saving openGL FBO larger than window
I'm rendering into an OpenGL offscreen framebuffer object and like to save it as an image. Note that the FBO is larger than the display size. I can render into the offscreen buffer and use it as ...