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

Render flags

From FenixWiki

Revision as of 23:57, 3 May 2007 by Sandman (Talk | contribs)
Jump to: navigation, search


Definition

Render flags are used in the function set_mode(), to specify the mode of rendering.

List

Constant - Value - Description
MODE_WINDOW - 0 - Enables window view.
MODE_2XSCALE - 1 - Doubles the resolution. Edges get smoothed.
MODE_FULLSCREEN - 2 - Enables fullscreen view.
MODE_DOUBLEBUFFER - 4 - Enables using a double buffer for display. Also called DOUBLE_BUFFER.
MODE_HARDWARE - 8 - Enables writing directly to Video RAM instead of main RAM. Also called HW_SURFACE.
MODE_MODAL - 16 - Makes the main window a Modal window.
MODE_FRAMELESS - 32 - Makes the main window borderless.

More info

  • MODE_HARDWARE can cause some operations to speed up and some to slow down.
  • MODE_DOUBLEBUFFER can cause frame transitions to be smoother.
  • MODE_MODAL causes the main window to stay focused and hold the mouse.
Personal tools