summaryrefslogtreecommitdiff
path: root/src/effects/particles_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/particles_effect.h')
-rw-r--r--src/effects/particles_effect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/particles_effect.h b/src/effects/particles_effect.h
index 5799690..38c60d7 100644
--- a/src/effects/particles_effect.h
+++ b/src/effects/particles_effect.h
@@ -21,7 +21,8 @@ struct Particle {
class Particles : public Effect {
public:
Particles(const GpuContext& ctx, const std::vector<std::string>& inputs,
- const std::vector<std::string>& outputs);
+ const std::vector<std::string>& outputs, float start_time,
+ float end_time);
void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params,
NodeRegistry& nodes) override;