We need more robust cleanup of Vulkan objects.
Open
triaged
Vulkan
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
When we destroy things, we have to be more careful about how we are cleaning everything up.
E.g. When we destroy a Framebuffer, we don't clear the LastDrawInfo.
We should also probably hierarchically clean up things (e.g. VkDestroyDevice should actually clean up all objects under the device).
Contributor guide
Assessment
This issue has not been assessed yet.