aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2019-10-08 15:13:33 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2019-10-14 13:56:31 +0200
commit5fcd32c86413df81b36be6fed162d3da5c7556e2 (patch)
treed32604f78546bbc755146649ecdaa9b5a09c1b0d /examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
parent67ef2583e481a37d51cb9d5d4d6046069559a754 (diff)
Make twotextureproviders work on the rhi rendering path
Involves porting away from the ill-fated QSGSimpleMaterial. This marks the first appearance of QSGMaterialRhiShader in any of the examples. Task-number: QTBUG-79086 Change-Id: I464e2bd06a6b5b19775b1b35265bb843979ec4b4 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc')
-rw-r--r--examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc b/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
index 1424333ce5..8022a77a1e 100644
--- a/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
+++ b/examples/quick/scenegraph/twotextureproviders/twotextureproviders.qrc
@@ -1,5 +1,13 @@
<RCC>
<qresource prefix="/scenegraph/twotextureproviders">
<file>main.qml</file>
+
+ <file>shaders/checker.frag</file>
+ <file>shaders/xorblender.vert</file>
+ <file>shaders/xorblender.frag</file>
+
+ <file>shaders/+qsb/checker.frag</file>
+ <file>shaders/+qsb/xorblender.vert</file>
+ <file>shaders/+qsb/xorblender.frag</file>
</qresource>
</RCC>