mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
- VKHelpers was the rug everything was swept under for a long time. This commit essentially deprecates its usage across most of the backend.
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
|
|
|
|
|
|
}
|