Implement AbstractGfx for Vulkan

This commit is contained in:
Scott Mansell 2023-01-28 15:12:28 +13:00
commit 2a2014af09
12 changed files with 109 additions and 161 deletions

View file

@ -8,6 +8,7 @@
#include <string>
#include "Common/CommonTypes.h"
#include "VideoBackends/Vulkan/StagingBuffer.h"
#include "VideoBackends/Vulkan/VulkanLoader.h"
#include "VideoCommon/BoundingBox.h"