commit | 09b7585fb89d229454f7533b09b6a701c1be37cd | [log] [tgz] |
---|---|---|
author | Mike Stroyan <mike@LunarG.com> | Tue Aug 18 14:48:34 2015 -0600 |
committer | Mike Stroyan <mike@LunarG.com> | Wed Sep 23 12:33:57 2015 -0600 |
tree | 262dafbbd9d5964632aec6028f062ccba80dd010 | |
parent | 9f57ef2a6f1a6515df12afb4b47d0f3b9890f596 [diff] |
layers: VkDestroyInstance+VkDestroyDevice clear ObjectTracker maps Don't complain about lingering objects more than once. Once their device or instance is gone don't keep their information around. This should change dramatically to have independent maps for each instance/device. Don't complain about other devices remaining in vkDestroyDevice.