This wiki is out of date, use the continuation of this wiki instead

Render flags

From FenixWiki

Revision as of 13:54, 26 April 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search
  • MODE_FULLSCREEN: Enables fullscreen view.
  • MODE_WINDOW: Enables window view.
  • MODE_2XSCALE: Doubles the resolution. Edges get smoothed.
  • MODE_HARDWARE: Enables writing directly to Video RAM instead of main RAM, which causes some operations to speed up and some to slow down.
  • MODE_DOUBLEBUFFER: Enables using a double buffer for display, which causes frame transitions to be smoother.
  • MODE_MODAL: Makes the main window a Modal window, causing it to stay focused and hold the mouse.
  • MODE_FRAMELESS: Makes the main window borderless.
Personal tools