Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix resources getting deleted prematurely in vkutil::ResourcePool
ResourcePool wasn't waiting for resources to expire before deleting them. Instead of deleting them on the spot, let them sit in the pool until they expire. Also add a cleanExcessExpiredResources() method that the renderContext can call every frame at the same time it's deleting other expired Vulkan resources. Diffs= 7a9e69314d Fix resources getting deleted prematurely in vkutil::ResourcePool (#8411)
- Loading branch information