UseFBOs (Command Line Parameter)
Revision as of 21:15, 4 January 2024 by BlackSpectre (talk | contribs)
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