sarekt
sarekt copied to clipboard
Cache Descriptor Sets
https://github.com/KhronosGroup/Vulkan-Samples/blob/master/samples/performance/descriptor_management/descriptor_management_tutorial.md
Allocating descriptor sets every frame is inefficient and we can get way better performance by caching them.