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:
committed by
Marge Bot
parent
bafd0c680d
commit
f2545f22f4
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user