aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2020-05-11 11:31:58 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2020-05-11 12:48:49 +0200
commit1f2529d869d6e3e62edd3ba7432588d5368c2f07 (patch)
tree61f276c166066615fea4aabd79c26aaa9fd31c14 /tests/manual/scenegraph_lancelot
parent310cf26b00e930db00c79ac598ee37dd03e43092 (diff)
Fix typo in lancelot test
Change-Id: I749f36aa4a344438061087909bf5a08e29bdcebd Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'tests/manual/scenegraph_lancelot')
-rw-r--r--tests/manual/scenegraph_lancelot/data/shared/shaders/+qsb/culling.fragbin1238 -> 1259 bytes
-rw-r--r--tests/manual/scenegraph_lancelot/data/shared/shaders/culling_rhi.frag2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/shared/shaders/+qsb/culling.frag b/tests/manual/scenegraph_lancelot/data/shared/shaders/+qsb/culling.frag
index edf2d11a93..97a021fe3e 100644
--- a/tests/manual/scenegraph_lancelot/data/shared/shaders/+qsb/culling.frag
+++ b/tests/manual/scenegraph_lancelot/data/shared/shaders/+qsb/culling.frag
Binary files differ
diff --git a/tests/manual/scenegraph_lancelot/data/shared/shaders/culling_rhi.frag b/tests/manual/scenegraph_lancelot/data/shared/shaders/culling_rhi.frag
index 8399bc0282..cc3c9a0f14 100644
--- a/tests/manual/scenegraph_lancelot/data/shared/shaders/culling_rhi.frag
+++ b/tests/manual/scenegraph_lancelot/data/shared/shaders/culling_rhi.frag
@@ -4,7 +4,7 @@ layout(location = 0) in vec2 qt_TexCoord0;
layout(location = 0) out vec4 fragColor;
layout(binding = 1) uniform sampler2D frontSource;
-layout(binding = 1) uniform sampler2D backSource;
+layout(binding = 2) uniform sampler2D backSource;
void main() {
fragColor = gl_FrontFacing