gpu-descriptor
gpu-descriptor copied to clipboard
Resetting the whole pool without freeing individual descriptors
How can I use the DescriptorAllocator
without freeing individual descriptors? I would like to just drop them and then reset the whole pool. Current API seems to assume all descriptor sets are individually freed, instead.