summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/shaders.qrc
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-02-06 15:46:49 +0200
committerAntti Määttä <antti.maatta@qt.io>2017-02-28 07:05:32 +0000
commit0bb720013d93c34d589c352a53405d8110fa57fe (patch)
treeb5d3496f27e7828850f308901c490f9f3cc35439 /examples/qt3d/simplecustommaterial/shaders.qrc
parent63d417d4ee7611d6453289db62b82da9ac0a39a5 (diff)
Add simple custom material example
Change-Id: Ia1a706888ca3bb1eedcac34903afe7da0c168462 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples/qt3d/simplecustommaterial/shaders.qrc')
-rw-r--r--examples/qt3d/simplecustommaterial/shaders.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/qt3d/simplecustommaterial/shaders.qrc b/examples/qt3d/simplecustommaterial/shaders.qrc
new file mode 100644
index 000000000..9881e224a
--- /dev/null
+++ b/examples/qt3d/simplecustommaterial/shaders.qrc
@@ -0,0 +1,8 @@
+<RCC>
+ <qresource prefix="/">
+ <file>shaders/gl3/simpleColor.frag</file>
+ <file>shaders/gl3/simpleColor.vert</file>
+ <file>shaders/es2/simpleColor.frag</file>
+ <file>shaders/es2/simpleColor.vert</file>
+ </qresource>
+</RCC>