sync ports with The Matrix
This commit is contained in:
parent
546ec68bda
commit
0bb298a7cc
27 changed files with 240 additions and 76 deletions
23
emulators/snes9x/patches/patch-vulkan_slang_preset_cpp
Normal file
23
emulators/snes9x/patches/patch-vulkan_slang_preset_cpp
Normal file
|
@ -0,0 +1,23 @@
|
|||
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;
|
Loading…
Add table
Add a link
Reference in a new issue