summaryrefslogtreecommitdiffstats
path: root/tests/manual/rhi/tex3d/buildshaders.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/rhi/tex3d/buildshaders.bat')
-rw-r--r--tests/manual/rhi/tex3d/buildshaders.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/rhi/tex3d/buildshaders.bat b/tests/manual/rhi/tex3d/buildshaders.bat
new file mode 100644
index 0000000000..699d2b112b
--- /dev/null
+++ b/tests/manual/rhi/tex3d/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 "300 es,150" --hlsl 50 --msl 12 -c texture3d.vert -o texture3d.vert.qsb
+qsb --glsl "300 es,150" --hlsl 50 --msl 12 -c texture3d.frag -o texture3d.frag.qsb