From 76c3cfef2e7e127093add592fa70ddbce49da7f7 Mon Sep 17 00:00:00 2001 From: Jeremy Gebben Date: Fri, 25 Oct 2024 13:11:58 -0600 Subject: [PATCH] build: Update Vulkan-Headers and VUL to 1.3.300 --- scripts/known_good.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/known_good.json b/scripts/known_good.json index 73e22c80..2e546e45 100755 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -9,7 +9,7 @@ "cmake_options": [ "-DVULKAN_HEADERS_ENABLE_MODULE=OFF" ], - "commit": "v1.3.299" + "commit": "v1.3.300" }, { "name": "Vulkan-Utility-Libraries", @@ -17,7 +17,7 @@ "sub_dir": "Vulkan-Utility-Libraries", "build_dir": "Vulkan-Utility-Libraries/build", "install_dir": "Vulkan-Utility-Libraries/build/install", - "commit": "v1.3.299", + "commit": "v1.3.300", "deps": [ { "var_name": "VULKAN_HEADERS_INSTALL_DIR",