externals: Add vma and initialize it
video_core: Move vma implementation to library
This commit is contained in:
parent
6e293be20b
commit
6448eade2e
7 changed files with 40 additions and 2 deletions
5
externals/vma/vma.cpp
vendored
Normal file
5
externals/vma/vma.cpp
vendored
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue