summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/shaders.qrc
blob: d46ea0a37f8dcb274b657b1ff01ef48f765cb9c9 (plain)
1
2
3
4
5
6
7
8
9
10
<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>
        <file>shaders/gl45/simpleColor.frag</file>
        <file>shaders/gl45/simpleColor.vert</file>
    </qresource>
</RCC>