Update for Vulkan-Docs 1.3.239
This commit is contained in:
parent
08bfe2e226
commit
2bb0a23104
15 changed files with 105399 additions and 80748 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue