Files
ppsspp/ext/vma/vk_mem_alloc.cpp

17 lines
290 B
C++
Raw Permalink Normal View History

#define VMA_IMPLEMENTATION
2021-11-22 19:53:00 +01:00
#include "ppsspp_config.h"
#if PPSSPP_PLATFORM(WINDOWS)
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
2021-11-22 19:53:00 +01:00
#endif
#include "Common/GPU/Vulkan/VulkanLoader.h"
using namespace PPSSPP_VK;
#undef VK_NO_PROTOTYPES
#include "vk_mem_alloc.h"
#define VK_NO_PROTOTYPES