aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Schuchardt <mikes@lunarg.com>2026-01-16 14:00:40 -0800
committerMike Schuchardt <mikes@lunarg.com>2026-01-16 14:28:26 -0800
commitab8520f3445dbf823d3927d6faf22b7f5651000a (patch)
treea88ac395dbbbc077b2670620fb43d757083aa8cb
parentf5ba3301bdd000d925b4bf277a18ac0fa69c1fd2 (diff)
downloadusermoji-ab8520f3445dbf823d3927d6faf22b7f5651000a.tar.xz
build: Update to header 1.4.339
-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 70885d20..87fd1213 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.338)
+project(Vulkan-Tools VERSION 1.4.339)
# 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 fb221246..1528d645 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.338"
+ "api_version": "1.4.339"
}
} \ No newline at end of file
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 56aa9895..02169911 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.338"
+ "commit": "v1.4.339"
},
{
"name": "MoltenVK",
@@ -56,7 +56,7 @@
"cmake_options": [
"-DLOADER_USE_UNSAFE_FILE_SEARCH=ON"
],
- "commit": "v1.4.338",
+ "commit": "v1.4.339",
"build_platforms": [
"windows",
"linux",