aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/shaders/image/async.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/shaders/image/async.qml')
-rw-r--r--tests/manual/scenegraph_lancelot/data/shaders/image/async.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/shaders/image/async.qml b/tests/manual/scenegraph_lancelot/data/shaders/image/async.qml
index c4cf4cc1e4..79f2642c6d 100644
--- a/tests/manual/scenegraph_lancelot/data/shaders/image/async.qml
+++ b/tests/manual/scenegraph_lancelot/data/shaders/image/async.qml
@@ -14,7 +14,7 @@ Item {
ShaderEffect {
anchors.fill: image
property variant source: image
- fragmentShader: "qrc:shaders/gradient2.frag"
+ fragmentShader: "qrc:shaders/gradient2.frag.qsb"
visible: image.status == Image.Ready
}
}