Add option to disable pipeline cache on specific Vulkan platforms
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
#define VULKAN_USE_DEBUG_LAYER GPU_ENABLE_DIAGNOSTICS
|
||||
#define VULKAN_USE_DEBUG_DATA (GPU_ENABLE_DIAGNOSTICS && COMPILE_WITH_DEV_ENV)
|
||||
|
||||
#ifndef VULKAN_USE_PIPELINE_CACHE
|
||||
#define VULKAN_USE_PIPELINE_CACHE 1
|
||||
#endif
|
||||
|
||||
#ifndef VULKAN_USE_VALIDATION_CACHE
|
||||
#ifdef VK_EXT_validation_cache
|
||||
#define VULKAN_USE_VALIDATION_CACHE VK_EXT_validation_cache
|
||||
|
||||
Reference in New Issue
Block a user