1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-02-04 14:03:05 -06:00
lat9nq 6448eade2e externals: Add vma and initialize it
video_core: Move vma implementation to library
2023-06-18 12:45:12 +03:00

5 lines
162 B
C++

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