mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
renderer_vulkan: Add missing initializers
This commit is contained in:
parent
66d3a1c5c7
commit
7b3718dc9c
3 changed files with 15 additions and 5 deletions
2
externals/vma/vma.cpp
vendored
2
externals/vma/vma.cpp
vendored
|
@ -2,4 +2,6 @@
|
|||
// 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>
|
Loading…
Add table
Add a link
Reference in a new issue