aboutsummaryrefslogtreecommitdiff
path: root/scripts/common_codegen.py
diff options
context:
space:
mode:
authorShannon McPherson <shannon@lunarg.com>2020-03-19 13:49:18 -0600
committerShannon McPherson <shannon@lunarg.com>2020-03-19 15:30:30 -0600
commitf881e61208736b1f381be819d923606c19fc9a12 (patch)
tree7796ec2616d3e8ac620d3a83676f19ed39305a92 /scripts/common_codegen.py
parent94ed4c384c3425963b459a735045706e5f83f01b (diff)
downloadusermoji-f881e61208736b1f381be819d923606c19fc9a12.tar.xz
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
Diffstat (limited to 'scripts/common_codegen.py')
-rw-r--r--scripts/common_codegen.py1
1 files changed, 1 insertions, 0 deletions
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',
}
#