Force V-Sync via command line (windows)
This commit is contained in:
parent
8b08d01157
commit
2425797ca7
3 changed files with 20 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue