#include <crtxy.h>
Data Fields | |
int | displayw |
Width of window or fullscreen display. | |
int | displayh |
Height of window or fullscreen display. | |
int | displaybpp |
Display depth (16bpp, 24bpp, 32bpp). | |
XY_opt_fullscreen | fullscreen |
Window, Want Fullscreen or Require Fullscreen? | |
XY_opt_alpha | alpha |
Alpha-blend, fake it, or none at all (just on/off)? | |
XY_bool | antialias |
Anti-alias lines (Xiaolin Wu) or not (Bresenham)? | |
XY_bool | gamma_correction |
Gamma correction when anti-aliasing. | |
XY_bool | blur |
Add blur effect? | |
XY_bool | additive |
Additive pixel effect? | |
XY_bool | backgrounds |
Support fullscreen background. | |
XY_opt_scaling | scaling |
Fast or Best scaling? |
)
Width of window or fullscreen display.
Height of window or fullscreen display.
Display depth (16bpp, 24bpp, 32bpp).
Window, Want Fullscreen or Require Fullscreen?
Alpha-blend, fake it, or none at all (just on/off)?
Anti-alias lines (Xiaolin Wu) or not (Bresenham)?
Gamma correction when anti-aliasing.
Add blur effect?
Additive pixel effect?
Support fullscreen background.
Fast or Best scaling?