aboutsummaryrefslogtreecommitdiffstats
path: root/src/particles/particles.qrc
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2020-05-28 14:21:52 +0200
committerEirik Aavitsland <eirik.aavitsland@qt.io>2020-06-02 11:15:44 +0200
commitff293f3afc0a9fe892124af4a10d29f2410569e4 (patch)
treef4200a4be4fab1252184d9db58bd874f76da3063 /src/particles/particles.qrc
parent0d0f6ab80349963f3aaa387992b0edfadddb62a4 (diff)
Remove CustomParticle
The implementation is intertwined with the direct GL path and not really portable to RHI. Fixes: QTBUG-78574 Change-Id: I6ac8707544c19a24661f07e0e6d2fc405e49cbff Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
Diffstat (limited to 'src/particles/particles.qrc')
-rw-r--r--src/particles/particles.qrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/particles/particles.qrc b/src/particles/particles.qrc
index c7102b9aa5..7727691233 100644
--- a/src/particles/particles.qrc
+++ b/src/particles/particles.qrc
@@ -6,14 +6,8 @@
<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>