vulkan: Drop the type_prefix parameter from gen_extensions

Now that all the drivers are converted, it's set to 'vk' by everyone so
there's no point in having the parameter.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8676>
This commit is contained in:
Jason Ekstrand
2021-01-30 10:41:08 -06:00
committed by Marge Bot
parent bafd0c680d
commit f2545f22f4
6 changed files with 23 additions and 28 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ if __name__ == '__main__':
]
gen_extensions('v3dv', args.xml_files, API_VERSIONS, MAX_API_VERSION,
EXTENSIONS, args.out_c, args.out_h, type_prefix='vk')
EXTENSIONS, args.out_c, args.out_h)