summaryrefslogtreecommitdiffstats
path: root/tools/gfx/vulkan/vk-shader-program.cpp
diff options
context:
space:
mode:
authorlujinwangnv <143145775+lujinwangnv@users.noreply.github.com>2025-05-09 18:01:22 -0700
committerGitHub <noreply@github.com>2025-05-10 01:01:22 +0000
commit5a6c2baadbc16fc2099a6951e389b9bd3cad08f6 (patch)
tree1462aa33254eac9dbaee80fa1f6116b29db244e0 /tools/gfx/vulkan/vk-shader-program.cpp
parent029672ee08f5ecb710e84cf1ccc625e826ff9a29 (diff)
Update build to allow setting more external paths (#7044)
* Update build to allow setting more external paths Update the build to allow setting user-specific paths for the external modules: glm, imgui, slang-rhi, and tinyobjloader.
Diffstat (limited to 'tools/gfx/vulkan/vk-shader-program.cpp')
-rw-r--r--tools/gfx/vulkan/vk-shader-program.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gfx/vulkan/vk-shader-program.cpp b/tools/gfx/vulkan/vk-shader-program.cpp
index 2dd9b0326..a7e754b6c 100644
--- a/tools/gfx/vulkan/vk-shader-program.cpp
+++ b/tools/gfx/vulkan/vk-shader-program.cpp
@@ -1,7 +1,7 @@
// vk-shader-program.cpp
#include "vk-shader-program.h"
-#include "external/spirv-tools/include/spirv-tools/linker.hpp"
+#include "include/spirv-tools/linker.hpp"
#include "vk-device.h"
#include "vk-util.h"