summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/polygonmode/buildshaders.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/polygonmode/buildshaders.bat')
-rwxr-xr-xtests/manual/rhi/polygonmode/buildshaders.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/rhi/polygonmode/buildshaders.bat b/tests/manual/rhi/polygonmode/buildshaders.bat
new file mode 100755
index 0000000000..d1c184109e
--- /dev/null
+++ b/tests/manual/rhi/polygonmode/buildshaders.bat
@@ -0,0 +1,4 @@
+:: Copyright (C) 2024 The Qt Company Ltd.
+:: SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+qsb --glsl 320es,410,120 test.vert --msl 12 --hlsl 50 -o test.vert.qsb
+qsb --glsl 320es,410,120 test.frag --msl 12 --hlsl 50 -o test.frag.qsb