summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/shaders.qrc
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2020-11-26 08:14:37 +0100
committerPaul Lemire <paul.lemire@kdab.com>2020-11-26 14:31:45 +0100
commit4ad2efac3e734f72c0c8d0ff9739106728fe6c98 (patch)
treeb076c1a96da7d4b6673f1db2669f7c8ffc7da230 /examples/qt3d/simplecustommaterial/shaders.qrc
parent44cae613ffa934cc358b97994a65c54a9bc2d8a6 (diff)
simplecustommaterial example: add RHI support
Pick-to: 6.0 6.0.0 Change-Id: Id1dfc3c6a6f0c8090b5c5facc1a0dd9bb5a02bd6 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'examples/qt3d/simplecustommaterial/shaders.qrc')
-rw-r--r--examples/qt3d/simplecustommaterial/shaders.qrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qt3d/simplecustommaterial/shaders.qrc b/examples/qt3d/simplecustommaterial/shaders.qrc
index 9881e224a..d46ea0a37 100644
--- a/examples/qt3d/simplecustommaterial/shaders.qrc
+++ b/examples/qt3d/simplecustommaterial/shaders.qrc
@@ -4,5 +4,7 @@
<file>shaders/gl3/simpleColor.vert</file>
<file>shaders/es2/simpleColor.frag</file>
<file>shaders/es2/simpleColor.vert</file>
+ <file>shaders/gl45/simpleColor.frag</file>
+ <file>shaders/gl45/simpleColor.vert</file>
</qresource>
</RCC>