Update for Vulkan-Docs 1.3.284
This commit is contained in:
parent
eaa319dade
commit
4bc77c26ff
17 changed files with 753 additions and 95 deletions
|
|
@ -1154,6 +1154,8 @@ class Registry:
|
|||
# Resolve the type info to the actual type, so we get an accurate read for 'structextends'
|
||||
while alias:
|
||||
typeinfo = self.lookupElementInfo(alias, self.typedict)
|
||||
if not typeinfo:
|
||||
raise RuntimeError(f"Missing alias {alias}")
|
||||
alias = typeinfo.elem.get('alias')
|
||||
|
||||
typecat = typeinfo.elem.get('category')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue