diff options
author | Mike Schuchardt <mikes@lunarg.com> | 2023-10-13 10:37:12 -0700 |
---|---|---|
committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2023-10-13 17:06:56 -0600 |
commit | 1532001f7edae559af1988293eec90bc5e2607d5 (patch) | |
tree | 385d3ce5e5f7a4f6b24a529bd9836671dcfa69ef | |
parent | 730552e6702cd73764b28f48271a967fba95162e (diff) | |
download | Vulkan-Tools-1532001f7edae559af1988293eec90bc5e2607d5.tar.gz Vulkan-Tools-1532001f7edae559af1988293eec90bc5e2607d5.tar.bz2 Vulkan-Tools-1532001f7edae559af1988293eec90bc5e2607d5.zip |
build: Update to header 1.3.268upstream/1.3.268upstream
- Update known-good
- Generate source
-rw-r--r-- | icd/VkICD_mock_icd.json.in | 2 | ||||
-rw-r--r-- | 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", |