From 427152c9b9e12d74fc5c7526148d09c5fba9263b Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 16 Nov 2022 09:43:02 +0100 Subject: 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 --- tests/manual/rhi/tex1d/buildshaders.bat | 4 ++-- tests/manual/rhi/tex1d/texture1d.frag.qsb | Bin 2451 -> 3083 bytes tests/manual/rhi/tex1d/texture1d.vert.qsb | Bin 816 -> 967 bytes 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 Binary files a/tests/manual/rhi/tex1d/texture1d.frag.qsb and b/tests/manual/rhi/tex1d/texture1d.frag.qsb differ diff --git a/tests/manual/rhi/tex1d/texture1d.vert.qsb b/tests/manual/rhi/tex1d/texture1d.vert.qsb index 99636ce3aa..3d11a5cadd 100644 Binary files a/tests/manual/rhi/tex1d/texture1d.vert.qsb and b/tests/manual/rhi/tex1d/texture1d.vert.qsb differ -- cgit v1.2.3