diff options
Diffstat (limited to 'externals/vma/vma.cpp')
| -rw-r--r-- | externals/vma/vma.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/vma/vma.cpp b/externals/vma/vma.cpp index 7f7df9cff..ff1acc320 100644 --- a/externals/vma/vma.cpp +++ b/externals/vma/vma.cpp | |||
| @@ -2,4 +2,6 @@ | |||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | #define VMA_IMPLEMENTATION | 4 | #define VMA_IMPLEMENTATION |
| 5 | #define VMA_STATIC_VULKAN_FUNCTIONS 0 | ||
| 6 | #define VMA_DYNAMIC_VULKAN_FUNCTIONS 1 | ||
| 5 | #include <vk_mem_alloc.h> \ No newline at end of file | 7 | #include <vk_mem_alloc.h> \ No newline at end of file |