externals: Add vma and initialize it

video_core: Move vma implementation to library
This commit is contained in:
lat9nq 2023-06-18 04:59:12 -04:00 committed by GPUCode
parent 6e293be20b
commit 6448eade2e
7 changed files with 40 additions and 2 deletions

5
externals/vma/vma.cpp vendored Normal file
View file

@ -0,0 +1,5 @@
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#define VMA_IMPLEMENTATION
#include <vk_mem_alloc.h>