summaryrefslogtreecommitdiffhomepage
path: root/registry/genvk.py
diff options
context:
space:
mode:
Diffstat (limited to 'registry/genvk.py')
-rwxr-xr-xregistry/genvk.py10
1 files changed, 6 insertions, 4 deletions
diff --git a/registry/genvk.py b/registry/genvk.py
index 490fcdd..c7ef75d 100755
--- a/registry/genvk.py
+++ b/registry/genvk.py
@@ -166,12 +166,13 @@ def makeGenOpts(args):
expandEnumerants = False)
]
- # API names to validate man/api spec includes & links
- genOpts['vkapi.py'] = [
+ # Python representation of API information, used by scripts that
+ # don't need to load the full XML.
+ genOpts['api.py'] = [
PyOutputGenerator,
DocGeneratorOptions(
conventions = conventions,
- filename = 'vkapi.py',
+ filename = 'api.py',
directory = directory,
apiname = 'vulkan',
profile = None,
@@ -180,7 +181,8 @@ def makeGenOpts(args):
defaultExtensions = None,
addExtensions = addExtensionsPat,
removeExtensions = removeExtensionsPat,
- emitExtensions = emitExtensionsPat)
+ emitExtensions = emitExtensionsPat,
+ reparentEnums = False)
]
# API validity files for spec