diff options
| author | Mark Lobodzinski <mark@lunarg.com> | 2017-09-12 09:50:25 -0600 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2017-09-12 09:50:25 -0600 |
| commit | 1b508335c041e82bf1ec375f383a3e5a93c803cf (patch) | |
| tree | 4ec58298081f6321c2fa6599b92af54c72db0676 /scripts/parameter_validation_generator.py | |
| parent | 9efb8af92de180ea85ee8062ddcd4aee00dbd2c0 (diff) | |
| download | usermoji-1b508335c041e82bf1ec375f383a3e5a93c803cf.tar.xz | |
Revert "layers: Fix Graphics Pipeline pointers not ignored"
This caused segfaults on Intel Skylake, NexusPlayer, and
Samsung Galaxy S8 (Mali).
This reverts commit 367d276ffe5c0748ff9d8e2b3551d4a00c9fc3c2.
Diffstat (limited to 'scripts/parameter_validation_generator.py')
| -rw-r--r-- | scripts/parameter_validation_generator.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/parameter_validation_generator.py b/scripts/parameter_validation_generator.py index d4bdbe03..23a54f69 100644 --- a/scripts/parameter_validation_generator.py +++ b/scripts/parameter_validation_generator.py @@ -152,8 +152,6 @@ class ParameterValidationOutputGenerator(OutputGenerator): 'vkCreateDebugReportCallbackEXT', 'vkDestroyDebugReportCallbackEXT', 'vkCreateCommandPool', - 'vkCreateRenderPass', - 'vkDestroyRenderPass', ] # Structure fields to ignore self.structMemberBlacklist = { 'VkWriteDescriptorSet' : ['dstSet'] } |
