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/unique_objects_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/unique_objects_generator.py')
| -rw-r--r-- | scripts/unique_objects_generator.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/unique_objects_generator.py b/scripts/unique_objects_generator.py index c37bf0dc..9cfa9546 100644 --- a/scripts/unique_objects_generator.py +++ b/scripts/unique_objects_generator.py @@ -150,8 +150,6 @@ class UniqueObjectsOutputGenerator(OutputGenerator): 'vkGetPhysicalDeviceDisplayProperties2KHR', 'vkGetPhysicalDeviceDisplayPlaneProperties2KHR', 'vkGetDisplayModeProperties2KHR', - 'vkCreateRenderPass', - 'vkDestroyRenderPass', ] # Commands shadowed by interface functions and are not implemented self.interface_functions = [ |
