commit | 84cd4c29b9da12c4cd72a72946524b83d44f8a03 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtneygo@google.com> | Wed Mar 16 12:20:13 2016 -0600 |
committer | Courtney Goeltzenleuchter <courtneygo@google.com> | Thu Mar 17 08:48:34 2016 -0600 |
tree | 4a5f4de1328977f79a77820f9bf647d0a9e2e10e | |
parent | 49380be2cfbc43adb79ef559b7bd8578040948cc [diff] |
loader: cache top-of-chain PhysicalDevice Bug: 27615575 If a layer wraps the VkPhysicalDevice object the loader would be unable to figure out what VkInstance it was associated with since it no longer matches the VkPhysicalDevice queried from the driver. Now cache the VkPhysicalDevice's from the top of the chain as well to resolve this. Change-Id: I7d04884dc3aa8623ce2f67e4f6575f74b82e2834