aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/helper_file_generator.py4
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_',