Portal:OpenGL Objects/Renderbuffer Objects
Jump to navigation
Jump to search
A Renderbuffer Object is an object that represents a single image of a specific Image Format. Such objects can only be used as render targets for Framebuffer Objects; they cannot be read from, outside of any operation that reads from the Framebuffer that the renderbuffer happens to be attached to.