UseFBOs (Command Line Parameter)

From Unofficial Homecoming Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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