vk: Refactor instance management header

This commit is contained in:
kd-11 2025-03-01 14:03:26 +03:00 committed by kd-11
parent af23df842d
commit aca1cdf0b6
9 changed files with 486 additions and 462 deletions

View file

@ -5,7 +5,7 @@
#include "Utilities/Thread.h"
#if defined(HAVE_VULKAN)
#include "Emu/RSX/VK/vkutils/instance.hpp"
#include "Emu/RSX/VK/vkutils/instance.h"
#endif
#include <chrono>