Force V-Sync via command line (windows)

This commit is contained in:
saschawillems 2016-06-12 17:20:42 +02:00
parent 8b08d01157
commit 2425797ca7
3 changed files with 20 additions and 10 deletions

View file

@ -57,6 +57,8 @@ private:
bool enableValidation = false;
// Set to true when the debug marker extension is detected
bool enableDebugMarkers = false;
// Set tot true if v-sync will be forced for the swapchain
bool enableVSync = false;
// fps timer (one second interval)
float fpsTimer = 0.0f;
// Create application wide Vulkan instance