ppsspp/Common/GPU/Vulkan/VulkanAlloc.h
2021-11-22 18:54:09 +01:00

17 lines
255 B
C++

#pragma once
#ifdef USE_CRT_DBG
#undef new
#endif
#include "Common/GPU/Vulkan/VulkanLoader.h"
using namespace PPSSPP_VK;
#undef VK_NO_PROTOTYPES
#include "ext/vma/vk_mem_alloc.h"
#define VK_NO_PROTOTYPES
#ifdef USE_CRT_DBG
#define new DBG_NEW
#endif