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

DescriptorPool set is not being freed #155

Closed
axsaucedo opened this issue Feb 20, 2021 · 0 comments · Fixed by #154
Closed

DescriptorPool set is not being freed #155

axsaucedo opened this issue Feb 20, 2021 · 0 comments · Fixed by #154
Labels
bug Something isn't working c++

Comments

@axsaucedo
Copy link
Member

This was identified captured by the validation layers:

[Manager.cpp:21] [VALIDATION]: ObjectTracker - Object: 0xb | OBJ ERROR : For device 0x55cc66d43a38, DescriptorPool object 0xb has not been destroyed. The spec valid usage text states 'All child objects created on device must have been destroyed prior to destroying device' (https://www.khronos.org/registry/vulkan/specs/1.0/html/vkspec.html#VUID-vkDestroyDevice-device-00378)
@axsaucedo axsaucedo added bug Something isn't working c++ labels Feb 20, 2021
@axsaucedo axsaucedo added this to To do in 0.6.1 via automation Feb 20, 2021
@axsaucedo axsaucedo added this to To do in 0.7.0 via automation Feb 20, 2021
0.7.0 automation moved this from To do to Done Feb 21, 2021
0.6.1 automation moved this from To do to Done Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working c++
Projects
0.6.1
Done
0.7.0
Done
Development

Successfully merging a pull request may close this issue.

1 participant