summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial/shaders.qrc
blob: 9881e224a0805d66eeee706f9a302208e8085af2 (plain)
1
2
3
4
5
6
7
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>