Remove unused code

This commit is contained in:
Wojtek Figat
2020-12-30 00:52:07 +01:00
parent a082d52543
commit 4ec3e6aed9
9 changed files with 85 additions and 124 deletions

View File

@@ -26,37 +26,10 @@
#define VULKAN_ENABLE_API_DUMP 0
#define VULKAN_RESET_QUERY_POOLS 0
#define VULKAN_HASH_POOLS_WITH_TYPES_USAGE_ID 1
#ifndef VULKAN_USE_DEBUG_LAYER
#define VULKAN_USE_DEBUG_LAYER GPU_ENABLE_DIAGNOSTICS
#endif
#ifndef VULKAN_HAS_PHYSICAL_DEVICE_PROPERTIES2
#define VULKAN_HAS_PHYSICAL_DEVICE_PROPERTIES2 0
#endif
#ifdef VK_KHR_maintenance1
#define VULKAN_SUPPORTS_MAINTENANCE_LAYER1 1
#else
#define VULKAN_SUPPORTS_MAINTENANCE_LAYER1 0
#endif
#ifdef VK_KHR_maintenance2
#define VULKAN_SUPPORTS_MAINTENANCE_LAYER2 1
#else
#define VULKAN_SUPPORTS_MAINTENANCE_LAYER2 0
#endif
#ifdef VK_EXT_validation_cache
#define VULKAN_SUPPORTS_VALIDATION_CACHE 1
#else
#define VULKAN_SUPPORTS_VALIDATION_CACHE 0
#endif
#ifdef VK_EXT_debug_utils
#define VULKAN_SUPPORTS_DEBUG_UTILS 1
#else
#define VULKAN_SUPPORTS_DEBUG_UTILS 0
#endif
#endif