renderer_vulkan: Add missing initializers

This commit is contained in:
GPUCode 2023-06-18 12:27:31 +03:00
parent 66d3a1c5c7
commit 7b3718dc9c
3 changed files with 15 additions and 5 deletions

View file

@ -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>