Use debug marker flag from vulkanDevice class, fixed fps display (sync with actual frame time)
This commit is contained in:
parent
ffeabc7570
commit
b7ca1aad5d
2 changed files with 3 additions and 5 deletions
|
|
@ -52,8 +52,6 @@ class VulkanExampleBase
|
|||
private:
|
||||
// Set to true when example is created with enabled validation layers
|
||||
bool enableValidation = false;
|
||||
// Set to true when the debug marker extension is detected
|
||||
bool enableDebugMarkers = false;
|
||||
// Set to true if v-sync will be forced for the swapchain
|
||||
bool enableVSync = false;
|
||||
// Device features enabled by the example
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue