Replace skyline-emu/VkHpp with KhronosGroup/Vulkan-Hpp

We used a custom version of Vulkan-Hpp which split the files a lot prior to avoid any developers needing to manually set IDE settings for IntelliJ to work but this wasn't practical due to how it required modifications to Vulkan-Hpp's generator which would make maintenance extremely difficult. It was determined that we should just add the requirement for changing the IDE settings and use Vulkan-Hpp directly.
This commit is contained in:
PixelyIon
2021-03-26 23:42:19 +05:30
committed by ◱ Mark
parent 7a5684e57f
commit 0c29f982d5
7 changed files with 66 additions and 56 deletions

View File

@ -4,7 +4,7 @@
#pragma once
#include <common.h>
#include <vulkan/vulkan.hpp>
#include <vulkan/vulkan_raii.hpp>
namespace skyline {
namespace service::hosbinder {