A FrameBufferObject is usefull if you want to blit Drawables on a Texture. You create an FBO, set an Image/Texture to it and draw what you want. After drawing it is on your Texture.
See Source File