Add gpu-alloactor to the readme
This commit is contained in:
parent
cb2d94c3c7
commit
683a065ed6
|
@ -247,6 +247,7 @@ cargo run --bin texture
|
|||
### Utility libraries
|
||||
* [vk-sync](https://github.com/gwihlidal/vk-sync-rs) - Simplified Vulkan synchronization logic, written in rust.
|
||||
* [vk-mem-rs](https://github.com/gwihlidal/vk-mem-rs) - This crate provides an FFI layer and idiomatic rust wrappers for the excellent AMD Vulkan Memory Allocator (VMA) C/C++ library.
|
||||
* [gpu-alloactor](https://github.com/Traverse-Research/gpu-allocator) - Memory allocator written in pure Rust for GPU memory in Vulkan and in the future DirectX 12
|
||||
* [lahar](https://github.com/Ralith/lahar) - Tools for asynchronously uploading data to a Vulkan device.
|
||||
|
||||
### Libraries that use ash
|
||||
|
|
Loading…
Reference in a new issue