rpcsx/rpcs3/Emu/RSX/VK/vkutils/mem_allocator.h

15 lines
195 B
C
Raw Normal View History

2020-12-24 11:49:08 +01:00
#pragma once
#include "../VulkanAPI.h"
#include "../../rsx_utils.h"
#include "shared.h"
#include "3rdparty/GPUOpen/include/vk_mem_alloc.h"
namespace vk
{
// Memory Allocator - base class
}