From 7f7eaf1cad2681e361d365ce3c602105338603d1 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 12 Jun 2019 12:40:08 +0200 Subject: Add VulkanMemoryAllocator The Vulkan backend of QRhi relies on vk_mem_alloc.h from AMD in order to get a stable, performant, and tested GPU memory allocator. It is not unthinkable that we will move away from this in the future, especially considering that a potential future D3D12 backend may need a similar solution, but until then this will do. Change-Id: I198a898f216d0795b4bf339ccea80b0cd2efbabc Reviewed-by: Lars Knoll --- src/3rdparty/VulkanMemoryAllocator.pri | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/3rdparty/VulkanMemoryAllocator.pri (limited to 'src/3rdparty/VulkanMemoryAllocator.pri') diff --git a/src/3rdparty/VulkanMemoryAllocator.pri b/src/3rdparty/VulkanMemoryAllocator.pri new file mode 100644 index 0000000000..7466200dfc --- /dev/null +++ b/src/3rdparty/VulkanMemoryAllocator.pri @@ -0,0 +1 @@ +INCLUDEPATH += $$PWD/VulkanMemoryAllocator -- cgit v1.2.3