From 683a065ed655dd2ba851a54987f117a1284e072d Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Wed, 11 Nov 2020 14:40:21 +0100 Subject: [PATCH] Add gpu-alloactor to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 417843f..9b76b0d 100644 --- a/README.md +++ b/README.md @@ -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