UseFBOs (Command Line Parameter)
Revision as of 21:11, 4 January 2024 by BlackSpectre (talk | contribs) (Created page with "__NOTOC__ == Command Line Parameter== : {{launchparam|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. [https://en.w...")
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