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.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/nodetypes/hlslcompile.bat b/tests/manual/nodetypes/hlslcompile.bat
new file mode 100644
index 0000000000..8f7ca86069
--- /dev/null
+++ b/tests/manual/nodetypes/hlslcompile.bat
@@ -0,0 +1,2 @@
+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