From 1532001f7edae559af1988293eec90bc5e2607d5 Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Fri, 13 Oct 2023 10:37:12 -0700 Subject: [PATCH] build: Update to header 1.3.268 - Update known-good - Generate source --- icd/VkICD_mock_icd.json.in | 2 +- scripts/known_good.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icd/VkICD_mock_icd.json.in b/icd/VkICD_mock_icd.json.in index 56d09300..2ff43409 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.3.267" + "api_version": "1.3.268" } } \ No newline at end of file diff --git a/scripts/known_good.json b/scripts/known_good.json index 5e58ef75..2b865f83 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.3.267" + "commit": "v1.3.268" }, { "name": "MoltenVK", @@ -35,7 +35,7 @@ "cmake_options": [ "-DLOADER_USE_UNSAFE_FILE_SEARCH=ON" ], - "commit": "v1.3.267", + "commit": "v1.3.268", "build_platforms": [ "windows", "linux",