From 7e77fc9065dca821ade535399106d62959d3425f Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Mon, 12 Jan 2026 10:39:01 -0800 Subject: [PATCH] build: Update to header 1.4.338 --- CMakeLists.txt | 2 +- icd/VkICD_mock_icd.json.in | 2 +- scripts/known_good.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17fd24a54..70885d204 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,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(Vulkan-Tools VERSION 1.4.337) +project(Vulkan-Tools VERSION 1.4.338) # This variable enables downstream users to customize the target API # variant (e.g. Vulkan SC) diff --git a/icd/VkICD_mock_icd.json.in b/icd/VkICD_mock_icd.json.in index f55c9e86c..fb2212463 100644 --- a/icd/VkICD_mock_icd.json.in +++ b/icd/VkICD_mock_icd.json.in @@ -2,6 +2,6 @@ "file_format_version": "1.0.1", "ICD": { "library_path": "@JSON_LIBRARY_PATH@", - "api_version": "1.4.337" + "api_version": "1.4.338" } } \ No newline at end of file diff --git a/scripts/known_good.json b/scripts/known_good.json index 0ad609418..56aa9895d 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.337" + "commit": "v1.4.338" }, { "name": "MoltenVK", @@ -56,7 +56,7 @@ "cmake_options": [ "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" ], - "commit": "v1.4.337", + "commit": "v1.4.338", "build_platforms": [ "windows", "linux",