Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clear the global PhysicalDevices map on vkDestroyInstance. #2562

Merged
merged 1 commit into from
Jan 25, 2019

Conversation

pmuetschard
Copy link
Member

A mapping is maintained in the values of this map that maps physical devices to instances. If a driver uses the same id for physical devices between two instances, this mapping is not updated and will point to destroyed instances.

A mapping is maintained in the values of this map that maps physical
devices to instances. If a driver uses the same id for physical devices
between two instances, this mapping is not updated and will point to
destroyed instances.
@pmuetschard pmuetschard merged commit ee5ab36 into google:master Jan 25, 2019
@pmuetschard pmuetschard deleted the vk_phys_dev branch January 25, 2019 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants