diff options
| author | Norbert Nopper <Norbert.Nopper@nxp.com> | 2016-11-25 07:55:13 +0100 |
|---|---|---|
| committer | Mark Lobodzinski <mark@lunarg.com> | 2016-11-29 13:24:05 -0700 |
| commit | 09854fbb01a3c10287b759e88f40e5c05c9be9ba (patch) | |
| tree | 11a85a8261e364b5e0f10155fe6320bf8c769c04 /scripts/unique_objects_generator.py | |
| parent | d328f5199e828b2ab80f13d05871f31c1c9d0a96 (diff) | |
| download | usermoji-09854fbb01a3c10287b759e88f40e5c05c9be9ba.tar.xz | |
layers: Complete support for VK_KHR_Display ext
Fixed using display extension only crash.
Added vkGetDisplayPlaneCapabilitiesKHR.
Fixes, that unique objects works for display extension.
Change-Id: I66727a430b9d55bfa40fdddc884f40c91aa29f11
Diffstat (limited to 'scripts/unique_objects_generator.py')
| -rw-r--r-- | scripts/unique_objects_generator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/unique_objects_generator.py b/scripts/unique_objects_generator.py index cdd2808c..af59da43 100644 --- a/scripts/unique_objects_generator.py +++ b/scripts/unique_objects_generator.py @@ -146,6 +146,7 @@ class UniqueObjectsOutputGenerator(OutputGenerator): 'vkGetPhysicalDeviceDisplayPlanePropertiesKHR', 'vkGetDisplayPlaneSupportedDisplaysKHR', 'vkGetDisplayModePropertiesKHR', + 'vkGetDisplayPlaneCapabilitiesKHR', # DebugReport APIs are hooked, but handled separately in the source file 'vkCreateDebugReportCallbackEXT', 'vkDestroyDebugReportCallbackEXT', |
