Update for Vulkan-Docs 1.3.239

This commit is contained in:
Jon Leech 2023-01-19 03:59:15 -08:00 committed by Jon Leech
parent 08bfe2e226
commit 2bb0a23104
15 changed files with 105399 additions and 80748 deletions

View file

@ -945,6 +945,8 @@ class Registry:
if alias is None:
name = elem.get('name')
typeinfo = self.lookupElementInfo(name, dict)
if not typeinfo:
self.gen.logMsg('error', name, 'is not a known name')
alias = typeinfo.elem.get('alias')
return alias