diff options
Diffstat (limited to 'src/effects/flash_effect.h')
| -rw-r--r-- | src/effects/flash_effect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/effects/flash_effect.h b/src/effects/flash_effect.h index 08b7709..1117e0a 100644 --- a/src/effects/flash_effect.h +++ b/src/effects/flash_effect.h @@ -8,7 +8,8 @@ class Flash : public Effect { public: Flash(const GpuContext& ctx, const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs); + const std::vector<std::string>& outputs, float start_time, + float end_time); ~Flash() override; void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, |
