summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/D3DCommon/Shader.cpp
diff options
context:
space:
mode:
authorJoshua Vandaƫle <joshua@vandaele.software>2025-09-27 05:12:07 +0200
committerJoshua Vandaƫle <joshua@vandaele.software>2025-09-27 08:56:10 +0200
commitcdfb389509b560b4a70661571d12edcebfb77fdf (patch)
tree1f55476ecef1fafdad01bcfa020343a294c6eb2d /Source/Core/VideoBackends/D3DCommon/Shader.cpp
parentba2acb872c294a7a01f8d24cd2a8cd9f4ec6f73a (diff)
Externals: Update glslang to 16.0.0 and allow using system glslang
Diffstat (limited to 'Source/Core/VideoBackends/D3DCommon/Shader.cpp')
-rw-r--r--Source/Core/VideoBackends/D3DCommon/Shader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/D3DCommon/Shader.cpp b/Source/Core/VideoBackends/D3DCommon/Shader.cpp
index 1be4b2298e..369af7c8a1 100644
--- a/Source/Core/VideoBackends/D3DCommon/Shader.cpp
+++ b/Source/Core/VideoBackends/D3DCommon/Shader.cpp
@@ -8,8 +8,8 @@
#include <string_view>
#include <fmt/format.h>
+#include <glslang/SPIRV/disassemble.h>
#include <wrl/client.h>
-#include "disassemble.h"
#include "spirv_hlsl.hpp"
#include "Common/Assert.h"