Framebuffer object: Difference between revisions

Content deleted Content added
Uses: Explicit reference to Render to Texture
Line 27:
 
To use an FBO one simply creates an instance of it. Along with the FBO comes several attachments, one can then
attach these to a chosen receiver; either a [[Texture (computer graphics)|texture]], or a [[render buffer]].
 
For example: