aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/hlslcompile.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nodetypes/hlslcompile.bat')
-rw-r--r--tests/manual/nodetypes/hlslcompile.bat6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/manual/nodetypes/hlslcompile.bat b/tests/manual/nodetypes/hlslcompile.bat
index 8f7ca86069..b24824e324 100644
--- a/tests/manual/nodetypes/hlslcompile.bat
+++ b/tests/manual/nodetypes/hlslcompile.bat
@@ -1,2 +1,4 @@
-fxc /E VS_Wobble /T vs_5_0 /Fo vs_wobble.cso effects.hlsl
-fxc /E PS_Wobble /T ps_5_0 /Fo ps_wobble.cso effects.hlsl
+fxc /E VS_Wobble /T vs_5_0 /Fo vs_wobble.cso wobble.hlsl
+fxc /E PS_Wobble /T ps_5_0 /Fo ps_wobble.cso wobble.hlsl
+fxc /E PS_Shadow1 /T ps_5_0 /Fo ps_shadow1.cso shadow1.hlsl
+fxc /E PS_Shadow2 /T ps_5_0 /Fo ps_shadow2.cso shadow2.hlsl