diff options
| author | Shannon McPherson <shannon@lunarg.com> | 2020-06-24 15:20:01 -0600 |
|---|---|---|
| committer | Shannon McPherson <shannon@lunarg.com> | 2020-06-24 15:20:01 -0600 |
| commit | ff825d988fe8d8cee8c83abfb4e01994fa28a184 (patch) | |
| tree | d326fee4f0ffea446241997f619b28c0e426910d /scripts/vulkaninfo_generator.py | |
| parent | 0f4d5f74f199b06bffc06cd2beed6ef07246fb0f (diff) | |
| download | usermoji-ff825d988fe8d8cee8c83abfb4e01994fa28a184.tar.xz | |
build: Update known-good files for 1.2.145 header
Changes:
- Updated known-good files
- Propogate genvk changes to `lvl_genvky.py`
- Generated new source files
Change-Id: I0391d9804c229e077e28fc3af8fe1da1dd806a2e
Diffstat (limited to 'scripts/vulkaninfo_generator.py')
| -rw-r--r-- | scripts/vulkaninfo_generator.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/vulkaninfo_generator.py b/scripts/vulkaninfo_generator.py index 5553d26f..61e8651b 100644 --- a/scripts/vulkaninfo_generator.py +++ b/scripts/vulkaninfo_generator.py @@ -117,6 +117,7 @@ class VulkanInfoGeneratorOptions(GeneratorOptions): input=None, filename=None, directory='.', + genpath = None, apiname=None, profile=None, versions='.*', @@ -144,6 +145,7 @@ class VulkanInfoGeneratorOptions(GeneratorOptions): conventions = conventions, filename = filename, directory = directory, + genpath = genpath, apiname = apiname, profile = profile, versions = versions, |
