diff options
Diffstat (limited to 'src/effects/peak_meter_effect.h')
| -rw-r--r-- | src/effects/peak_meter_effect.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/effects/peak_meter_effect.h b/src/effects/peak_meter_effect.h index ea1cce5..b563289 100644 --- a/src/effects/peak_meter_effect.h +++ b/src/effects/peak_meter_effect.h @@ -7,13 +7,11 @@ class PeakMeter : public Effect { public: - PeakMeter(const GpuContext& ctx, - const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs); + PeakMeter(const GpuContext& ctx, const std::vector<std::string>& inputs, + const std::vector<std::string>& outputs); ~PeakMeter() override; - void render(WGPUCommandEncoder encoder, - const UniformsSequenceParams& params, + void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; private: |
