diff options
Diffstat (limited to 'src/effects/heptagon_effect.h')
| -rw-r--r-- | src/effects/heptagon_effect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/heptagon_effect.h b/src/effects/heptagon_effect.h index 9f148a1..fbc0b8c 100644 --- a/src/effects/heptagon_effect.h +++ b/src/effects/heptagon_effect.h @@ -5,11 +5,11 @@ #include "gpu/effect.h" #include "gpu/uniform_helper.h" -class HeptagonEffect : public Effect { +class Heptagon : public Effect { public: - HeptagonEffect(const GpuContext& ctx, const std::vector<std::string>& inputs, + Heptagon(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs); - ~HeptagonEffect(); + ~Heptagon(); void render(WGPUCommandEncoder encoder, const UniformsSequenceParams& params, NodeRegistry& nodes) override; |
