Merge pull request #15242 from hrydgard/unknownbrackets-vk-profiler

Vulkan: Disable profiler by default again
This commit is contained in:
Unknown W. Brackets 2021-12-19 10:15:35 -08:00 committed by GitHub
commit 3a61119e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
// other things as well. We also have a nice integrated render pass profiler in the queue
// runner, but this one is more convenient for transient events.
#define VULKAN_PROFILER_ENABLED
// #define VULKAN_PROFILER_ENABLED
#if defined(VULKAN_PROFILER_ENABLED)
#define VK_PROFILE_BEGIN(vulkan, cmd, stage, message) vulkan->GetProfiler()->Begin(cmd, stage, message);