Framebuffer object (FBO) is an OpenGL object type that allows rendering to textures or other user-allocated image buffers.
I wonder since a long time what would be the best way to handle OpenGL FrameBuffer Objects (FBO). Switching FBOs …