From 1df5810a728f3b255fb55fae078a20205b192e62 Mon Sep 17 00:00:00 2001 From: "headerbot[bot]" <(none)> Date: Thu, 11 Jun 2026 17:37:52 -0700 Subject: [PATCH] build: Update to header v1.4.354 --- CMakeLists.txt | 2 +- include/vulkan/vk_enum_string_helper.h | 5 +++++ scripts/known_good.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fe7dbf..375128d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.22.1) # The VERSION field is generated with the "--generated-version" flag in the generate_source.py script -project(VUL VERSION 1.4.353 LANGUAGES CXX) +project(VUL VERSION 1.4.354 LANGUAGES CXX) set_property(GLOBAL PROPERTY USE_FOLDERS ON) # Remove when min is 3.26, see CMP0143 diff --git a/include/vulkan/vk_enum_string_helper.h b/include/vulkan/vk_enum_string_helper.h index 5f5acfc..1b31bc7 100644 --- a/include/vulkan/vk_enum_string_helper.h +++ b/include/vulkan/vk_enum_string_helper.h @@ -2776,6 +2776,8 @@ static inline const char* string_VkVendorId(VkVendorId input_value) { return "VK_VENDOR_ID_POCL"; case VK_VENDOR_ID_MOBILEYE: return "VK_VENDOR_ID_MOBILEYE"; + case VK_VENDOR_ID_APE: + return "VK_VENDOR_ID_APE"; default: return "Unhandled VkVendorId"; } @@ -4378,6 +4380,8 @@ static inline const char* string_VkDriverId(VkDriverId input_value) { return "VK_DRIVER_ID_MESA_KOSMICKRISP"; case VK_DRIVER_ID_MESA_GFXSTREAM: return "VK_DRIVER_ID_MESA_GFXSTREAM"; + case VK_DRIVER_ID_APE_SOFT: + return "VK_DRIVER_ID_APE_SOFT"; default: return "Unhandled VkDriverId"; } @@ -8746,6 +8750,7 @@ static inline const char* string_VkFormatFeatureFlagBits2(uint64_t input_value) if (input_value == VK_FORMAT_FEATURE_2_COPY_IMAGE_INDIRECT_DST_BIT_KHR) return "VK_FORMAT_FEATURE_2_COPY_IMAGE_INDIRECT_DST_BIT_KHR"; if (input_value == VK_FORMAT_FEATURE_2_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR) return "VK_FORMAT_FEATURE_2_VIDEO_ENCODE_QUANTIZATION_DELTA_MAP_BIT_KHR"; if (input_value == VK_FORMAT_FEATURE_2_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR) return "VK_FORMAT_FEATURE_2_VIDEO_ENCODE_EMPHASIS_MAP_BIT_KHR"; + if (input_value == VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_2D_BIT_IMG) return "VK_FORMAT_FEATURE_2_SAMPLED_IMAGE_FILTER_LINEAR_2D_BIT_IMG"; if (input_value == VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_COMPUTE_QUEUE_BIT_KHR) return "VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_COMPUTE_QUEUE_BIT_KHR"; if (input_value == VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_TRANSFER_QUEUE_BIT_KHR) return "VK_FORMAT_FEATURE_2_DEPTH_COPY_ON_TRANSFER_QUEUE_BIT_KHR"; if (input_value == VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_COMPUTE_QUEUE_BIT_KHR) return "VK_FORMAT_FEATURE_2_STENCIL_COPY_ON_COMPUTE_QUEUE_BIT_KHR"; diff --git a/scripts/known_good.json b/scripts/known_good.json index 51dc7ec..5717ed5 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -7,7 +7,7 @@ "sub_dir": "Vulkan-Headers", "build_dir": "Vulkan-Headers/build", "install_dir": "Vulkan-Headers/build/install", - "commit": "v1.4.353" + "commit": "v1.4.354" }, { "name": "googletest",