ports/emulators/snes9x/patches/patch-vulkan_slang_preset_cpp

23 lines
632 B
Text

Use system glslang and SPIRV-Cross.
Index: vulkan/slang_preset.cpp
--- vulkan/slang_preset.cpp.orig
+++ vulkan/slang_preset.cpp
@@ -1,5 +1,5 @@
#include "slang_preset.hpp"
-#include "../external/SPIRV-Cross/spirv.hpp"
+#include <spirv_cross/spirv.hpp>
#include "slang_helpers.hpp"
#include "slang_preset_ini.hpp"
@@ -12,8 +12,8 @@
#include <fstream>
#include <filesystem>
#include <future>
-#include "../external/SPIRV-Cross/spirv_cross.hpp"
-#include "../external/SPIRV-Cross/spirv_glsl.hpp"
+#include <spirv_cross/spirv_cross.hpp>
+#include <spirv_cross/spirv_glsl.hpp>
#include "slang_shader.hpp"
using std::string;