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