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 /layers/object_tracker.h | |
| 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 'layers/object_tracker.h')
| -rw-r--r-- | layers/object_tracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layers/object_tracker.h b/layers/object_tracker.h index 729e613e..bf548e4d 100644 --- a/layers/object_tracker.h +++ b/layers/object_tracker.h @@ -81,6 +81,7 @@ struct instance_extension_enables { bool mir_enabled; bool android_enabled; bool win32_enabled; + bool display_enabled; }; typedef std::unordered_map<uint64_t, OBJTRACK_NODE *> object_map_type; |
