Traverse-Research / gpu-allocator

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
https://traverse.nl/
Apache License 2.0
373 stars 49 forks source link

Defragmentation support #118

Open KlingelingelingDerEiermann opened 2 years ago

KlingelingelingDerEiermann commented 2 years ago

Is there support for defragmentation planned? Because this would be useful for streaming data I think.

Jasper-Bekkers commented 2 years ago

So far we haven't found a need for it, if you're planning to implement such a feature, please open up a discussion about it beforehand so we can iterate on the design.