mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 16:15:05 +01:00
8 lines
252 B
C++
8 lines
252 B
C++
|
// SPDX-License-Identifier: MPL-2.0
|
||
|
// Copyright © 2021 Skyline Team and Contributors (https://github.com/skyline-emu/)
|
||
|
|
||
|
#define VMA_IMPLEMENTATION
|
||
|
#define VMA_STATIC_VULKAN_FUNCTIONS 0
|
||
|
#define VMA_DYNAMIC_VULKAN_FUNCTIONS 0
|
||
|
#include <vk_mem_alloc.h>
|