Update for Vulkan-Docs 1.3.226
This commit is contained in:
parent
715673702f
commit
9f4c61a314
17 changed files with 4252 additions and 326 deletions
|
|
@ -358,6 +358,9 @@ class OutputGenerator:
|
|||
# derived generators.
|
||||
self.apidict = None
|
||||
|
||||
# File suffix for generated files, set in beginFile below.
|
||||
self.file_suffix = ''
|
||||
|
||||
def logMsg(self, level, *args):
|
||||
"""Write a message of different categories to different
|
||||
destinations.
|
||||
|
|
@ -863,6 +866,7 @@ class OutputGenerator:
|
|||
raise MissingGeneratorOptionsConventionsError()
|
||||
self.should_insert_may_alias_macro = \
|
||||
self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
|
||||
self.file_suffix = self.genOpts.conventions.file_suffix
|
||||
|
||||
# Try to import the API dictionary, apimap.py, if it exists. Nothing
|
||||
# in apimap.py cannot be extracted directly from the XML, and in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue