aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPetr Kraus <petr_kraus@email.cz>2018-06-07 01:16:09 +0200
committerMike Schuchardt <mikes@lunarg.com>2018-06-08 09:21:29 -0600
commit49ce0ec1b9ede1605560d101d6ee1334a8933f0a (patch)
tree201992f132a5978dba615358a4d598e512b72db4 /scripts
parent36c57bb2b50c3c5d257a5353db3c68a356f0c1e6 (diff)
downloadvulkan-validation-layers-49ce0ec1b9ede1605560d101d6ee1334a8933f0a.tar.gz
layers: Fix bugs of display queries in unique_objects
- remove duplicate include - `currentDisplay` in `vkGetPhysicalDeviceDisplayPlaneProperties` may be `VK_NULL_HANDLE` - `vkGetDisplayPlaneSupportedDisplays` did not account for `VK_INCOMPLETE` - `vkGetDisplayPlaneCapabilitiesKHR` can be handled by generated code
Diffstat (limited to 'scripts')
-rw-r--r--scripts/unique_objects_generator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/unique_objects_generator.py b/scripts/unique_objects_generator.py
index 257efa911..6550ff38b 100644
--- a/scripts/unique_objects_generator.py
+++ b/scripts/unique_objects_generator.py
@@ -163,7 +163,6 @@ class UniqueObjectsOutputGenerator(OutputGenerator):
'vkGetDisplayPlaneSupportedDisplaysKHR',
'vkGetDisplayModePropertiesKHR',
'vkGetDisplayModeProperties2KHR',
- 'vkGetDisplayPlaneCapabilitiesKHR',
]
# Commands shadowed by interface functions and are not implemented
self.interface_functions = [