From ff56a741b1cce8ae20ff6276f51100e668e9c4f5 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Wed, 9 Jan 2019 16:35:43 -0700 Subject: [PATCH] build: Update known-good for 1.1.97 header Updated: - `build-android/vulkan-headers_revision_android` - `scripts/known_good.json` - `scripts/kvt_genvk.py` Change-Id: Ifa3f61bfd50fb15bff122f51edb63108511922d9 --- build-android/vulkan-headers_revision_android | 2 +- scripts/known_good.json | 4 ++-- scripts/kvt_genvk.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-android/vulkan-headers_revision_android b/build-android/vulkan-headers_revision_android index bec3709..e05d76c 100644 --- a/build-android/vulkan-headers_revision_android +++ b/build-android/vulkan-headers_revision_android @@ -1 +1 @@ -v1.1.96 +v1.1.97 diff --git a/scripts/known_good.json b/scripts/known_good.json index 4dae4d0..03a1995 100644 --- a/scripts/known_good.json +++ b/scripts/known_good.json @@ -17,7 +17,7 @@ "sub_dir" : "Vulkan-Headers", "build_dir" : "Vulkan-Headers/build", "install_dir" : "Vulkan-Headers/build/install", - "commit" : "v1.1.96" + "commit" : "v1.1.97" }, { "name" : "MoltenVK", @@ -41,7 +41,7 @@ "sub_dir" : "Vulkan-Loader", "build_dir" : "Vulkan-Loader/build", "install_dir" : "Vulkan-Loader/build/install", - "commit" : "v1.1.96", + "commit" : "v1.1.97", "deps" : [ { "var_name" : "VULKAN_HEADERS_INSTALL_DIR", diff --git a/scripts/kvt_genvk.py b/scripts/kvt_genvk.py index 92d6939..62d0d3f 100644 --- a/scripts/kvt_genvk.py +++ b/scripts/kvt_genvk.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -# Copyright (c) 2013-2018 The Khronos Group Inc. +# Copyright (c) 2013-2019 The Khronos Group Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- 2.7.4