- This wiki is out of date, use the continuation of this wiki instead
 
Render flags
From FenixWiki
(Difference between revisions)
												
			
			| Revision as of 13:54, 26 April 2007 (edit) Sandman (Talk | contribs) ← Previous diff  | 
				Revision as of 14:30, 1 May 2007 (edit) (undo) Sandman (Talk | contribs) m (category) Next diff →  | 
			||
| Line 1: | Line 1: | ||
| + | [[Category:constants]] | ||
| + | |||
| * MODE_FULLSCREEN: Enables fullscreen view. | * MODE_FULLSCREEN: Enables fullscreen view. | ||
Revision as of 14:30, 1 May 2007
- 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.
 
