mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 02:28:06 -05:00
externals: Add vma and initialize it
video_core: Move vma implementation to library
This commit is contained in:
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>
|
Reference in New Issue
Block a user