diff options
| author | Juan Ramos <juan@lunarg.com> | 2023-01-10 12:29:17 -0700 |
|---|---|---|
| committer | Juan Ramos <114601453+juan-lunarg@users.noreply.github.com> | 2023-01-10 14:09:04 -0700 |
| commit | 6ef427d3b9877395e07f0618ada16d81c95ce974 (patch) | |
| tree | d4bf4f5b0933e6822c58d3ceca4a151360efd195 /scripts | |
| parent | 7b798e3e47824c94ffc6c8e75b0440bb78d2b7e2 (diff) | |
| download | usermoji-6ef427d3b9877395e07f0618ada16d81c95ce974.tar.xz | |
build: Update vulkan headers
- Vulkan::Registry was removed
- vk_sdk_platform.h is deprecated
NOTE: Need to update loader due to shared dependency.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/known_good.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/known_good.json b/scripts/known_good.json index 9953aba0..b9f2adc6 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -6,7 +6,7 @@ "sub_dir" : "Vulkan-Headers", "build_dir" : "Vulkan-Headers/build", "install_dir" : "Vulkan-Headers/build/install", - "commit" : "v1.3.238" + "commit": "5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.3.238", + "commit": "4e1777a8ffbb9b2e784c09a82ecdbc10875825f0", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", |
