From f881e61208736b1f381be819d923606c19fc9a12 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Thu, 19 Mar 2020 13:49:18 -0600 Subject: build: Update known-good for 1.2.135 header Changes: - Updated known-good files - Generated new source files - Modified `object_type_string_helper.h` to address `vkcube` build failures - Modified `CMakeLists.txt` to enable beta extensions - Generated new `generate_vulkan_wrapper.py`, `vulkan_wrapper.cpp`, and `vulkan_wrapper.h` Change-Id: Ic7271350995e8caefbbb7a51ec206f465c59c510 --- scripts/common_codegen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/common_codegen.py') diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index d56ebac2..11b4fe59 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -57,6 +57,7 @@ platform_dict = { 'xcb' : 'VK_USE_PLATFORM_XCB_KHR', 'xlib' : 'VK_USE_PLATFORM_XLIB_KHR', 'xlib_xrandr' : 'VK_USE_PLATFORM_XLIB_XRANDR_EXT', + 'provisional' : 'VK_ENABLE_BETA_EXTENSIONS', } # -- cgit v1.2.3