summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2022-11-16 09:43:02 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2022-11-16 18:19:24 +0100
commit427152c9b9e12d74fc5c7526148d09c5fba9263b (patch)
treed8a56154d95c9d0e132e4b3e6849dbd82fa0cba7 /tests/manual
parentf0178e83d4cb835573e1e53a8dd757ad3f85c3bb (diff)
rhi: tex1d manual test: Also build GLSL 120 shaders
This way we can run the test on macOS with the version 2.1 OpenGL context. Amends 85a1663eb15cd85f91fe1f6dd924588d9cc7c2a8 Change-Id: I8ec122fefaab54b35613e226e3937f4b51a7ea5a Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/rhi/tex1d/buildshaders.bat4
-rw-r--r--tests/manual/rhi/tex1d/texture1d.frag.qsbbin2451 -> 3083 bytes
-rw-r--r--tests/manual/rhi/tex1d/texture1d.vert.qsbbin816 -> 967 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/rhi/tex1d/buildshaders.bat b/tests/manual/rhi/tex1d/buildshaders.bat
index 1ea24939a3..37934cf362 100644
--- a/tests/manual/rhi/tex1d/buildshaders.bat
+++ b/tests/manual/rhi/tex1d/buildshaders.bat
@@ -1,2 +1,2 @@
-qsb --glsl "300 es,150" --hlsl 50 --msl 12 -c texture1d.vert -o texture1d.vert.qsb
-qsb --glsl "300 es,150" --hlsl 50 --msl 12 -c texture1d.frag -o texture1d.frag.qsb
+qsb --glsl "120,150,300 es" --hlsl 50 --msl 12 -c texture1d.vert -o texture1d.vert.qsb
+qsb --glsl "120,150,300 es" --hlsl 50 --msl 12 -c texture1d.frag -o texture1d.frag.qsb
diff --git a/tests/manual/rhi/tex1d/texture1d.frag.qsb b/tests/manual/rhi/tex1d/texture1d.frag.qsb
index dd389c48c2..4999c00077 100644
--- a/tests/manual/rhi/tex1d/texture1d.frag.qsb
+++ b/tests/manual/rhi/tex1d/texture1d.frag.qsb
Binary files differ
diff --git a/tests/manual/rhi/tex1d/texture1d.vert.qsb b/tests/manual/rhi/tex1d/texture1d.vert.qsb
index 99636ce3aa..3d11a5cadd 100644
--- a/tests/manual/rhi/tex1d/texture1d.vert.qsb
+++ b/tests/manual/rhi/tex1d/texture1d.vert.qsb
Binary files differ