From 5af718fd7e8bec4fbec94058070c339bb0b4d6aa Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 23 Nov 2021 13:53:33 +0100 Subject: [PATCH] Added TerraFX.Interop.D3D12MemoryAllocator to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eed957e..572958e 100644 --- a/README.md +++ b/README.md @@ -107,3 +107,4 @@ For more information see [NOTICES.txt](NOTICES.txt). # See also - **[Vulkan Memory Allocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/)** - equivalent library for Vulkan. License: MIT. +- **[TerraFX.Interop.D3D12MemoryAllocator](https://github.com/terrafx/terrafx.interop.d3d12memoryallocator)** - interop bindings for this library for C#, as used by [TerraFX](https://github.com/terrafx/terrafx). License: MIT.