summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/tessellation/buildshaders.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/tessellation/buildshaders.bat')
-rw-r--r--tests/manual/rhi/tessellation/buildshaders.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/rhi/tessellation/buildshaders.bat b/tests/manual/rhi/tessellation/buildshaders.bat
new file mode 100644
index 0000000000..bc992dc28c
--- /dev/null
+++ b/tests/manual/rhi/tessellation/buildshaders.bat
@@ -0,0 +1,6 @@
+qsb --glsl 320es,410 --hlsl 50 --msl 12 --msltess test.vert -o test.vert.qsb
+qsb --glsl 320es,410 --msl 12 --tess-mode triangles test.tesc -o test.tesc.qsb
+qsb -r hlsl,50,test_hull.hlsl test.tesc.qsb
+qsb --glsl 320es,410 --msl 12 --tess-vertex-count 3 test.tese -o test.tese.qsb
+qsb -r hlsl,50,test_domain.hlsl test.tese.qsb
+qsb --glsl 320es,410 --hlsl 50 --msl 12 test.frag -o test.frag.qsb