diff options
| author | Mike Schuchardt <mikes@lunarg.com> | 2023-02-16 08:14:20 -0800 |
|---|---|---|
| committer | Mike Schuchardt <mikes@lunarg.com> | 2023-02-20 14:12:31 -0800 |
| commit | c3bd023b6f945b5edd0ade0bc6714ca3321bb0e3 (patch) | |
| tree | da22645786d52e8f76f2614fcdcc82e858946339 /scripts/common_codegen.py | |
| parent | 33f41f56840b063ba99f025c68af69eabc06d568 (diff) | |
| download | usermoji-c3bd023b6f945b5edd0ade0bc6714ca3321bb0e3.tar.xz | |
build: Update to header 1.3.241
- Update known-good
- Tweak generate_vulkan_wrapper.py to ignore sci header
- Generate source
Diffstat (limited to 'scripts/common_codegen.py')
| -rw-r--r-- | scripts/common_codegen.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index 5ba9a57e..9539db25 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -60,6 +60,7 @@ platform_dict = { 'provisional' : 'VK_ENABLE_BETA_EXTENSIONS', 'directfb' : 'VK_USE_PLATFORM_DIRECTFB_EXT', 'screen' : 'VK_USE_PLATFORM_SCREEN_QNX', + 'sci' : 'VK_USE_PLATFORM_SCI', } # |
