ms9
CMake cleanup: * ez cmake files are now referenced via a custom variable, instead of relying that cmake is run from a specific folder * Minimum required version is currently still 3.5, but will bump it to 3.13 soon, you may want to upgrade to 3.13.x asap * In case this change makes problems, clean your CMake cache and run full setup again
More PCH cleanup
Moved creation of MixedRealityDevice into another function that's independent of the GameState
* VSync is not a swapchain property anymore, it is given on Present and thus can be changed at will * GameApplication now uses a CVar to configure VSync * CVars that are flagged for being saved, are now automatically saved by the game application