vulkano-rs / vulkano

Safe and rich Rust wrapper around the Vulkan API
Apache License 2.0
4.45k stars 435 forks source link

Allow releasing resources from descriptor sets #2517

Closed Rua closed 1 month ago

Rua commented 4 months ago

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.