diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-17 08:16:03 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-17 08:16:03 +0100 |
| commit | 64f977f6fbedf75d5edbc3963e002b593c8428d8 (patch) | |
| tree | ef711b63d34b5c3f5ecc93d46a0a3ab0b6d26a6f /src/effects/particles_effect.h | |
| parent | 8c9332c16b44270921eb1b6a2886717eb3435d5d (diff) | |
style: Apply clang-format
Diffstat (limited to 'src/effects/particles_effect.h')
| -rw-r--r-- | src/effects/particles_effect.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/effects/particles_effect.h b/src/effects/particles_effect.h index 174a6c7..5799690 100644 --- a/src/effects/particles_effect.h +++ b/src/effects/particles_effect.h @@ -20,11 +20,9 @@ struct Particle { class Particles : public Effect { public: - Particles(const GpuContext& ctx, - const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs); - void render(WGPUCommandEncoder encoder, - const UniformsSequenceParams& params, + Particles(const GpuContext& ctx, const std::vector<std::string>& inputs, + const std::vector<std::string>& outputs); + void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; private: @@ -33,4 +31,3 @@ class Particles : public Effect { GpuBuffer particles_buffer_; UniformBuffer<UniformsSequenceParams> uniforms_; }; - |
