Render To Texture seems the best way to add post processing, you'll be able to use the texture (which might contain your scene) along with a Fragment Shader.
Frame buffer (which can be double buffered) contain pixel and depth + stencil information, and is on board (in VRAM).