ZephirFXEC / VkEngine

Learning Vulkan API
1 stars 0 forks source link

Use DeletionQueue to manage ressource deletion #4

Open ZephirFXEC opened 3 weeks ago

ZephirFXEC commented 3 weeks ago

It's getting hard to manually manage destructors, would be good to implement a deletion queue. See : Deletion Queue