vulkan: registry/headers bump to 1.3.254

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Constantine Shablya <constantine.shablya@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23716>
This commit is contained in:
Lionel Landwerlin
2023-06-06 07:29:55 +03:00
committed by Marge Bot
parent 1a6e45d32b
commit 6249ff17ca
5 changed files with 1300 additions and 304 deletions
@@ -362,6 +362,10 @@ def get_feature_structs(doc, api, beta):
if _type.attrib['name'] not in required:
continue
# Skip extensions with a define for now
if required[_type.attrib['name']].guard is not None:
continue
# find Vulkan structure type
for elem in _type:
if "STRUCTURE_TYPE" in str(elem.attrib):