Extends This class extends others, you can call their methods on an instance of ofFbo too: ofBaseDraws ofBaseHasTexture At it's core the ofFBO is a container for textures and an optional depth buffer. Kind of like, well, an OpenGL framebuffer, which is what you're normally rendering to. One way, conceptually correct but technically a bit loose, is that it's another renderer that you can write to.