vulkan: write beta extensions into generator scripts.

Updated by: Hyunjun Ko <zzoon@igalia.com>

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21806>
This commit is contained in:
Dave Airlie
2023-03-14 15:39:14 +10:00
committed by Marge Bot
parent 54113f5a60
commit fa938dd975
23 changed files with 62 additions and 32 deletions

View File

@@ -152,6 +152,7 @@ the following in the driver's ``meson.build``, modified as necessary:
command : [
prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak',
'--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'drv',
'--beta', with_vulkan_beta.to_string(),
],
depend_files : vk_entrypoints_gen_depend_files,
)