summaryrefslogtreecommitdiff
path: root/xmake/rules/utils/hlsl2spv
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-07 15:27:27 +0800
committerruki <[email protected]>2025-12-07 17:16:00 +0800
commit35aeaac3f956f26f188ebab40c443b64d2cb2f95 (patch)
treedab003800ba799760013cd98c1cb04ffb10565ac /xmake/rules/utils/hlsl2spv
parenta88b0246d856ffac9dfa509d07631dc02fedbc67 (diff)
move bin2obj and bin2c modules
Diffstat (limited to 'xmake/rules/utils/hlsl2spv')
-rw-r--r--xmake/rules/utils/hlsl2spv/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/utils/hlsl2spv/xmake.lua b/xmake/rules/utils/hlsl2spv/xmake.lua
index 2b285d893..4af520420 100644
--- a/xmake/rules/utils/hlsl2spv/xmake.lua
+++ b/xmake/rules/utils/hlsl2spv/xmake.lua
@@ -86,7 +86,7 @@ rule("utils.hlsl2spv")
-- add commands
local argv = {"--nozeroend", "-i", path(spvfilepath), "-o", path(headerfile)}
- batchcmds:vlua("private.utils.bin2c", argv)
+ batchcmds:vlua("utils.binary.bin2c", argv)
end
batchcmds:add_depfiles(sourcefile_hlsl)