ZephirFXEC / VkEngine

Learning Vulkan API
1 stars 0 forks source link

Use DeletionQueue to manage ressource deletion #4

Open ZephirFXEC opened 5 months ago

ZephirFXEC commented 5 months ago

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