Disable PerfSDK on Vulkan for now (breaks RenderDoc attach)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user