2023-06-18 04:59:12 -04:00
|
|
|
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
#define VMA_IMPLEMENTATION
|
2023-06-25 15:08:38 +03:00
|
|
|
|
2023-07-30 13:10:00 +02:00
|
|
|
#include "video_core/vulkan_common/vma.h"
|