Engine configuration settings.
More...
#include <main/Engine.hpp>
|
bool | vsync = false |
| Whether to use vertical sync.
|
|
bool | fullscreen = false |
| Whether to run fullscreen.
|
|
u_int16_t | MSAA = 4 |
| Multisample anti-aliasing samples.
|
|
int | WIDTH = 800 |
| Window width.
|
|
int | HEIGHT = 600 |
| Window height.
|
|
int | targetFPS = 60 |
| Target frames per second (-1 for unlimited)
|
|
Engine configuration settings.
The documentation for this struct was generated from the following file: