UseFBOs (Command Line Parameter)
Jump to navigation
Jump to search
Command Line Parameter
- -useFBOs [0-1]
Use FBOs, if supported, for off-screen rendering.
- 0 = Disable, 1 = Enable
- Default = 1
- The frame buffer object architecture (FBO) is an extension to OpenGL for doing flexible off-screen rendering, including rendering to a texture. By capturing images that would normally be drawn to the screen, it can be used to implement a large variety of image filters, and post-processing effects. [1]
Example
-useFBOs 1