Check for VK_EXT_debug_marker being present and enable it if so
This commit is contained in:
parent
6362d7c216
commit
d223dfa72b
2 changed files with 13 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ 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;
|
||||
// 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