From eb3d67bd17ee433e2b0a8e56a7249bd83908812e Mon Sep 17 00:00:00 2001 From: Mike Schuchardt Date: Mon, 19 Apr 2021 08:30:33 -0700 Subject: build: Update to header 1.2.176 - Update known-good - Generate source - Fix scripts/generate_vulkan_wrapper.py - Handle new version macros in vulkan_core.h - Recognize beta/provisional platform guard - Skip extensions without commands Change-Id: Ie1518aaa6fbf6ca996023fbd82f299a48759215e --- scripts/known_good.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/known_good.json') diff --git a/scripts/known_good.json b/scripts/known_good.json index b16bf382..2c78a19a 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.2.174" + "commit" : "v1.2.176" }, { "name" : "MoltenVK", @@ -30,7 +30,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.2.174", + "commit" : "v1.2.176", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", -- cgit v1.2.3