aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/particles.qrc
blob: 7727691233c7a44c4096c7197243c334efc7a955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<RCC>
    <qresource prefix="/">
        <file>particleresources/noise.png</file>
        <file>particleresources/fuzzydot.png</file>
        <file>particleresources/glowdot.png</file>
        <file>particleresources/star.png</file>
    </qresource>
    <qresource prefix="/particles">
        <file>shaders/imageparticle.frag</file>
        <file>shaders/imageparticle.vert</file>
        <file>shaders/imageparticle_core.frag</file>
        <file>shaders/imageparticle_core.vert</file>

        <file>shaders_ng/imageparticle_simple.vert.qsb</file>
        <file>shaders_ng/imageparticle_simple.frag.qsb</file>
        <file>shaders_ng/imageparticle_tabled.vert.qsb</file>
        <file>shaders_ng/imageparticle_tabled.frag.qsb</file>
        <file>shaders_ng/imageparticle_deformed.vert.qsb</file>
        <file>shaders_ng/imageparticle_deformed.frag.qsb</file>
        <file>shaders_ng/imageparticle_sprite.vert.qsb</file>
        <file>shaders_ng/imageparticle_sprite.frag.qsb</file>
        <file>shaders_ng/imageparticle_colored.vert.qsb</file>
        <file>shaders_ng/imageparticle_colored.frag.qsb</file>
    </qresource>
</RCC>