diff options
| author | John Zulauf <jzulauf@LunarG.com> | 2018-04-25 15:40:32 -0600 |
|---|---|---|
| committer | John Zulauf <32470354+jzulauf-lunarg@users.noreply.github.com> | 2018-04-27 10:38:02 -0600 |
| commit | 84135385aa50484ed8b4439004e6f10b19935b88 (patch) | |
| tree | 0b91285a2b99b245091d845181735059f5ff6cca /scripts | |
| parent | 59a30145cc5e8c11036be5d607c84b0b12b323da (diff) | |
| download | usermoji-84135385aa50484ed8b4439004e6f10b19935b88.tar.xz | |
layers: Add missing promoted device extensions
Add three missing device extensions to promoted device extensions list
in vk_extension_helper codegen.
VK_KHR_relaxed_block_layout
VK_KHR_shader_draw_parameters
VK_KHR_storage_buffer_storage_class
Change-Id: I392155d318ca580e576436ef46695218e5eb446e
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/helper_file_generator.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/helper_file_generator.py b/scripts/helper_file_generator.py index dd82bbb0..c1b5176f 100644 --- a/scripts/helper_file_generator.py +++ b/scripts/helper_file_generator.py @@ -492,9 +492,13 @@ class HelperFileOutputGenerator(OutputGenerator): 'vk_khr_maintenance2', 'vk_khr_maintenance3', 'vk_khr_multiview', + 'vk_khr_relaxed_block_layout', 'vk_khr_sampler_ycbcr_conversion', + 'vk_khr_shader_draw_parameters', + 'vk_khr_storage_buffer_storage_class', 'vk_khr_variable_pointers', ] + output = [ '', '#ifndef VK_EXTENSION_HELPER_H_', |
