aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/particles.qrc
blob: c7102b9aa59056da6497221e394baa1de997df2c (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
26
27
28
29
30
31
<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/customparticle.frag</file>
        <file>shaders/customparticle.vert</file>
        <file>shaders/customparticletemplate.vert</file>
        <file>shaders/imageparticle.frag</file>
        <file>shaders/imageparticle.vert</file>
        <file>shaders/customparticle_core.frag</file>
        <file>shaders/customparticle_core.vert</file>
        <file>shaders/customparticletemplate_core.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>