sarekt icon indicating copy to clipboard operation
sarekt copied to clipboard

Cache Descriptor Sets

Open brandonpollack23 opened this issue 4 years ago • 0 comments

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.

brandonpollack23 avatar Apr 09 '20 16:04 brandonpollack23