diff options
Diffstat (limited to 'src/effects/placeholder_effect.h')
| -rw-r--r-- | src/effects/placeholder_effect.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/effects/placeholder_effect.h b/src/effects/placeholder_effect.h index eaa1f6e..7d8d734 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, + const char* placeholder_name = "UnknownEffect"); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; @@ -22,4 +22,3 @@ class Placeholder : public Effect { UniformBuffer<UniformsSequenceParams> uniforms_buffer_; const char* name_; }; - |
