VideoBackends:Vulkan: Set up VMA

Co-authored-by: iwubcode <iwubcode@users.noreply.github.com>
This commit is contained in:
Robin Kertels 2022-10-07 23:36:16 +02:00
commit 3ffbf94b2a
No known key found for this signature in database
GPG key ID: 3824904F14D40757
7 changed files with 100 additions and 14 deletions

View file

@ -1,6 +1,7 @@
// Copyright 2016 Dolphin Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#define VMA_IMPLEMENTATION
#include "VideoBackends/Vulkan/VulkanLoader.h"
#include <atomic>