vulkano-rs/vulkano

Allow releasing resources from descriptor sets

Rua opened this issue · 0 comments

Rua commented

Currently, when you have a resource bound to a descriptor set, the descriptor set holds onto the resource until something else is bound to that slot. It would be useful to have the ability to release the resource and consider the slot "empty" without replacing it with anything else.