diff --git a/Source/Engine/GraphicsDevice/Vulkan/Config.h b/Source/Engine/GraphicsDevice/Vulkan/Config.h index 6b695f9e1..ac2261062 100644 --- a/Source/Engine/GraphicsDevice/Vulkan/Config.h +++ b/Source/Engine/GraphicsDevice/Vulkan/Config.h @@ -32,7 +32,7 @@ #define VULKAN_HASH_POOLS_WITH_LAYOUT_TYPES 1 #define VULKAN_USE_DEBUG_LAYER GPU_ENABLE_DEBUG_LAYER #define VULKAN_USE_DEBUG_DATA (GPU_ENABLE_DEBUG_LAYER && COMPILE_WITH_DEV_ENV) -#define VULKAN_USE_PERF_SDK (!BUILD_RELEASE && PLATFORM_WINDOWS) +#define VULKAN_USE_PERF_SDK 0 // (!BUILD_RELEASE && PLATFORM_WINDOWS) TODO: fix using RenderDoc when PerfSDK is installed #ifndef VULKAN_USE_PIPELINE_CACHE #define VULKAN_USE_PIPELINE_CACHE 1