aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2026-01-23 08:27:43 -0800
committerMike Schuchardt <mikes@lunarg.com>2026-01-23 08:52:52 -0800
commit48a4bcbdf619e57204783f8c1a04c76c160ddd5b (patch)
tree31223f8f9a55b009f0fd18bef8d108d8c29a7872
parent5ebf9cb185ee2caf429a5e9b6fabb9a2b5fa8a1d (diff)
downloadusermoji-48a4bcbdf619e57204783f8c1a04c76c160ddd5b.tar.xz
build: Update to header 1.4.341
-rw-r--r--CMakeLists.txt2
-rw-r--r--icd/VkICD_mock_icd.json.in2
-rw-r--r--scripts/known_good.json4
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02c8827c..45f46ee1 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.340)
+project(Vulkan-Tools VERSION 1.4.341)
# 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 6dc48fa8..f3a1a1ec 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.340"
+ "api_version": "1.4.341"
}
} \ No newline at end of file
diff --git a/scripts/known_good.json b/scripts/known_good.json
index e4959f0b..85fd119d 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.340"
+ "commit": "v1.4.341"
},
{
"name": "MoltenVK",
@@ -56,7 +56,7 @@
"cmake_options": [
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
],
- "commit": "v1.4.340",
+ "commit": "v1.4.341",
"build_platforms": [
"windows",
"linux",