Update for Vulkan-Docs 1.2.140
This commit is contained in:
parent
4c19ae6b95
commit
0c5351f5e9
11 changed files with 2096 additions and 905 deletions
|
|
@ -126,6 +126,9 @@ class CGeneratorOptions(GeneratorOptions):
|
|||
self.aliasMacro = aliasMacro
|
||||
"""alias macro to inject when genAliasMacro is True"""
|
||||
|
||||
self.codeGenerator = True
|
||||
"""True if this generator makes compilable code"""
|
||||
|
||||
|
||||
class COutputGenerator(OutputGenerator):
|
||||
"""Generates C-language API interfaces."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue