Renderbuffer Object
Renderbuffer Objects are OpenGL Objects that contain images. They are created and used specifically with Framebuffer Objects. They are optimized for being used as render targets, while Textures may not be.
This article is a stub. You can help the OpenGL Wiki by expanding it. |