diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-05 22:55:56 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-05 22:55:56 +0100 |
| commit | 34afbd6ca21d2b960573d787e6eae46fa86b200e (patch) | |
| tree | 08450aeff4c67fb300428e705910265e6cd59943 /src/effects/scene2_effect.h | |
| parent | 35c9ebb0a7ce0e726f631a2b04bb26098926cfab (diff) | |
style: run clang-format to adhere to coding style
Diffstat (limited to 'src/effects/scene2_effect.h')
| -rw-r--r-- | src/effects/scene2_effect.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/effects/scene2_effect.h b/src/effects/scene2_effect.h index effc19f..da4cf7e 100644 --- a/src/effects/scene2_effect.h +++ b/src/effects/scene2_effect.h @@ -9,13 +9,11 @@ class Scene2Effect : public Effect { public: - Scene2Effect(const GpuContext& ctx, - const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs, - float start_time, float end_time); + Scene2Effect(const GpuContext& ctx, const std::vector<std::string>& inputs, + const std::vector<std::string>& outputs, float start_time, + float end_time); - void render(WGPUCommandEncoder encoder, - const UniformsSequenceParams& params, + void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; private: |
