diff options
Diffstat (limited to 'src/effects/placeholder_effect.h')
| -rw-r--r-- | src/effects/placeholder_effect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/effects/placeholder_effect.h b/src/effects/placeholder_effect.h index 7d8d734..24cf3f4 100644 --- a/src/effects/placeholder_effect.h +++ b/src/effects/placeholder_effect.h @@ -9,8 +9,8 @@ class Placeholder : public Effect { public: Placeholder(const GpuContext& ctx, const std::vector<std::string>& inputs, - const std::vector<std::string>& outputs, - const char* placeholder_name = "UnknownEffect"); + const std::vector<std::string>& outputs, float start_time, + float end_time, const char* placeholder_name = "UnknownEffect"); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; |
