summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common
diff options
context:
space:
mode:
authorAlexandre Bouvier <contact@amb.tf>2023-06-27 22:54:33 +0200
committerAlexandre Bouvier <contact@amb.tf>2023-07-12 04:51:45 +0200
commitc3050c1b48040ee1c66f7e84efa8e49fbe35a3e3 (patch)
treee69757e6255f68e5e18f1c8d483323e9a9cdbd4e /src/video_core/vulkan_common
parentMerge pull request #10985 from liamwhite/handle-translate (diff)
downloadyuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar
yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.gz
yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.bz2
yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.lz
yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.xz
yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.zst
yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.zip
Diffstat (limited to 'src/video_core/vulkan_common')
-rw-r--r--src/video_core/vulkan_common/vma.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/video_core/vulkan_common/vma.cpp b/src/video_core/vulkan_common/vma.cpp
new file mode 100644
index 000000000..1fe2cf52b
--- /dev/null
+++ b/src/video_core/vulkan_common/vma.cpp
@@ -0,0 +1,8 @@
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#define VMA_IMPLEMENTATION
+#define VMA_STATIC_VULKAN_FUNCTIONS 0
+#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
+
+#include <vk_mem_alloc.h> \ No newline at end of file