aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml')
-rw-r--r--tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml b/tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml
index 06c254253e..67e9dafff3 100644
--- a/tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml
+++ b/tests/manual/scenegraph_lancelot/data/shaders/atlas/atlas.qml
@@ -22,7 +22,7 @@ Item {
width: img.width
height: img.height
property variant source: img
- fragmentShader: "qrc:shaders/gradientgrid.frag"
+ fragmentShader: "qrc:shaders/gradientgrid.frag.qsb"
supportsAtlasTextures: false
}
@@ -31,7 +31,7 @@ Item {
width: img.width
height: img.height
property variant source: img
- fragmentShader: "qrc:shaders/gradientgrid.frag"
+ fragmentShader: "qrc:shaders/gradientgrid.frag.qsb"
supportsAtlasTextures: true
}
@@ -41,8 +41,8 @@ Item {
width: img.width
height: img.height
property variant source: img
- fragmentShader: "qrc:shaders/gradientgrid.frag"
- vertexShader: "qrc:shaders/subrect.vert"
+ fragmentShader: "qrc:shaders/gradientgrid.frag.qsb"
+ vertexShader: "qrc:shaders/subrect.vert.qsb"
supportsAtlasTextures: false
}
}