Disable PerfSDK on Vulkan for now (breaks RenderDoc attach)

This commit is contained in:
2026-08-28 19:32:42 +02:00
parent 4123e6f638
commit 6ccb518438
+1 -1
View File
@@ -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