summaryrefslogtreecommitdiffstats
path: root/tools/gfx/vulkan/glslang-module.h
diff options
context:
space:
mode:
authorLujin Wang <143145775+lujinwangnv@users.noreply.github.com>2025-05-30 12:52:55 -0700
committerGitHub <noreply@github.com>2025-05-30 19:52:55 +0000
commitb16eb592cc31b7cc9ba3d2f9525486c282996a9e (patch)
treeb7916c5dbbb27ffbe330a783ed1dcc0fd9bc4b3b /tools/gfx/vulkan/glslang-module.h
parentec7ab914f79978b8980c7797e20d3399604b1f86 (diff)
Change SLANG_OVERRIDE_xxx_PATH and fix header file path (#7207)
* Fix lua header file path Add two missed files in #7167 * Fix lua header file path Add two missed files in #7167 * Leave lua/ in the path to avoid name conflict * Remove xxx from path of SLANG_OVERRIDE_xxx_PATH Change SLANG_OVERRIDE_xxx_PATH from path-to-parent-folder/xxx to path-to-parent-folder and add "xxx/" back to "#include", which helps to avoid the potential name conflict of external tools. * format code --------- Co-authored-by: Yong He <yonghe@outlook.com> Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'tools/gfx/vulkan/glslang-module.h')
-rw-r--r--tools/gfx/vulkan/glslang-module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/vulkan/glslang-module.h b/tools/gfx/vulkan/glslang-module.h
index fc3e2861d..16fca5ce9 100644
--- a/tools/gfx/vulkan/glslang-module.h
+++ b/tools/gfx/vulkan/glslang-module.h
@@ -2,11 +2,11 @@
#pragma once
#include "core/slang-list.h"
-#include "include/spirv-tools/linker.hpp"
#include "slang-com-helper.h"
#include "slang-com-ptr.h"
#include "slang-glslang/slang-glslang.h"
#include "slang.h"
+#include "spirv-tools/include/spirv-tools/linker.hpp"
namespace gfx
{