diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-01-06 13:08:05 -0700 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-01-06 14:19:44 -0700 |
| commit | b529b338a731d99157c38ea14f42361a36603ce6 (patch) | |
| tree | 86e61cd9673dea674c2298752d869fe8b29a2c45 /scripts/parameter_validation_generator.py | |
| parent | 7f694a59819f162c056d0546a5e3a06f497d222c (diff) | |
| download | usermoji-b529b338a731d99157c38ea14f42361a36603ce6.tar.xz | |
scripts: Fix handle tracking in parameter validation
Handle list was reset for each feature -- accumulate handles across
all Vulkan features to allow exension handle validation to proceed.
Change-Id: Id240404d9cc6757d741f575b9152b0aa82a0c1c2
Diffstat (limited to 'scripts/parameter_validation_generator.py')
| -rw-r--r-- | scripts/parameter_validation_generator.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/parameter_validation_generator.py b/scripts/parameter_validation_generator.py index 3b46cb12..da01d367 100644 --- a/scripts/parameter_validation_generator.py +++ b/scripts/parameter_validation_generator.py @@ -225,7 +225,6 @@ class ParamCheckerOutputGenerator(OutputGenerator): self.structNames = [] self.stypes = [] self.structTypes = dict() - self.handleTypes = set() self.commands = [] self.structMembers = [] self.validatedStructs = dict() |
