aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2021-02-09 10:19:34 -0700
committerShannon McPherson <shannon@lunarg.com>2021-02-09 10:19:34 -0700
commit6952dfcc1df5a0f41dc55a168d87c10942f66416 (patch)
tree10ee081ad538fc74fb212c05f4428565270ef0e7 /scripts
parenta03938051ff67dac3e13dd011238fccc529e1fa5 (diff)
downloadusermoji-6952dfcc1df5a0f41dc55a168d87c10942f66416.tar.xz
build: Update known-good files for 1.2.169 header
Changes: - Updated `known_good.json` - Generated new source files Change-Id: I5eaeea833fb6f3921c64308edeee6e33440eebea
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common_codegen.py1
-rw-r--r--scripts/known_good.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py
index e7bfb9cf..7351e00b 100644
--- a/scripts/common_codegen.py
+++ b/scripts/common_codegen.py
@@ -59,6 +59,7 @@ platform_dict = {
'xlib_xrandr' : 'VK_USE_PLATFORM_XLIB_XRANDR_EXT',
'provisional' : 'VK_ENABLE_BETA_EXTENSIONS',
'directfb' : 'VK_USE_PLATFORM_DIRECTFB_EXT',
+ 'screen' : 'VK_USE_PLATFORM_SCREEN_QNX',
}
#
diff --git a/scripts/known_good.json b/scripts/known_good.json
index 2e8233b9..035e3ac5 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.166"
+ "commit" : "v1.2.169"
},
{
"name" : "MoltenVK",
@@ -30,7 +30,7 @@
"sub_dir" : "Vulkan-Loader",
"build_dir" : "Vulkan-Loader/build",
"install_dir" : "Vulkan-Loader/build/install",
- "commit" : "v1.2.166",
+ "commit" : "v1.2.169",
"deps" : [
{
"var_name" : "VULKAN_HEADERS_INSTALL_DIR",