- This wiki is out of date, use the continuation of this wiki instead
Render flags
From FenixWiki
- 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.