From 64f977f6fbedf75d5edbc3963e002b593c8428d8 Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 17 Feb 2026 08:16:03 +0100 Subject: style: Apply clang-format --- src/effects/particles_effect.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/effects/particles_effect.h') 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& inputs, - const std::vector& outputs); - void render(WGPUCommandEncoder encoder, - const UniformsSequenceParams& params, + Particles(const GpuContext& ctx, const std::vector& inputs, + const std::vector& outputs); + void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; private: @@ -33,4 +31,3 @@ class Particles : public Effect { GpuBuffer particles_buffer_; UniformBuffer uniforms_; }; - -- cgit v1.2.3