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