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/flash_effect.h | |
| parent | 8c9332c16b44270921eb1b6a2886717eb3435d5d (diff) | |
style: Apply clang-format
Diffstat (limited to 'src/effects/flash_effect.h')
| -rw-r--r-- | src/effects/flash_effect.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/effects/flash_effect.h b/src/effects/flash_effect.h index 9e7a326..08b7709 100644 --- a/src/effects/flash_effect.h +++ b/src/effects/flash_effect.h @@ -7,13 +7,11 @@ class Flash : public Effect { public: - Flash(const GpuContext& ctx, - const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs); + Flash(const GpuContext& ctx, const std::vector<std::string>& inputs, + const std::vector<std::string>& outputs); ~Flash() override; - void render(WGPUCommandEncoder encoder, - const UniformsSequenceParams& params, + void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; private: |
