diff --git a/Common/GPU/Vulkan/VulkanContext.h b/Common/GPU/Vulkan/VulkanContext.h index 6113cb4aa2..8c801f8e82 100644 --- a/Common/GPU/Vulkan/VulkanContext.h +++ b/Common/GPU/Vulkan/VulkanContext.h @@ -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);