Framebuffer object: Difference between revisions

Content deleted Content added
Typo/spelling fix, Typos fixed: infomation → information (2), using AWB
Uses: Explicit reference to Render to Texture
Line 13:
 
2. Can be used to create views of other scenes, for example: a TV in a house. A scene can be rendered through an FBO to a texture, then that
texture can be applied to the surface of a TV. This is sometimes called "Render to Texture" or RTT.
 
==Advantages over other methods==