diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2026-01-12 10:39:01 -0800 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2026-01-12 16:39:54 -0800 |
| commit | 155fa739805a96ae1a5f0cc9f0847e8e8f34725b (patch) | |
| tree | 4615f6267109d6b6fb1c9493fd6edab151c90596 | |
| parent | e8a4ce73f3244d814ccc84e723bb0442fab4dcf7 (diff) | |
| download | usermoji-155fa739805a96ae1a5f0cc9f0847e8e8f34725b.tar.xz | |
build: Update to header 1.4.338
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | icd/VkICD_mock_icd.json.in | 2 | ||||
| -rw-r--r-- | scripts/known_good.json | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17fd24a5..70885d20 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 f55c9e86..fb221246 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 0ad60941..56aa9895 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", |
