aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/particles.qrc
blob: a21d149447fb78d825a154202d6ba630c98087ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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_ng/imageparticle_simplepoint.vert.qsb</file>
        <file>shaders_ng/imageparticle_simplepoint.frag.qsb</file>
        <file>shaders_ng/imageparticle_coloredpoint.vert.qsb</file>
        <file>shaders_ng/imageparticle_coloredpoint.frag.qsb</file>
        <file>shaders_ng/imageparticle_colored.vert.qsb</file>
        <file>shaders_ng/imageparticle_colored.frag.qsb</file>
        <file>shaders_ng/imageparticle_deformed.vert.qsb</file>
        <file>shaders_ng/imageparticle_deformed.frag.qsb</file>
        <file>shaders_ng/imageparticle_tabled.vert.qsb</file>
        <file>shaders_ng/imageparticle_tabled.frag.qsb</file>
        <file>shaders_ng/imageparticle_sprite.vert.qsb</file>
        <file>shaders_ng/imageparticle_sprite.frag.qsb</file>
    </qresource>
</RCC>