mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-04 12:33:59 +01:00
15 lines
195 B
C
15 lines
195 B
C
|
|
#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
|
||
|
|
|
||
|
|
|
||
|
|
}
|