diff options
Diffstat (limited to 'src/effects/rotating_cube_effect.h')
| -rw-r--r-- | src/effects/rotating_cube_effect.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/rotating_cube_effect.h b/src/effects/rotating_cube_effect.h index 1c0155a..bdcf180 100644 --- a/src/effects/rotating_cube_effect.h +++ b/src/effects/rotating_cube_effect.h @@ -8,12 +8,12 @@ #include "gpu/uniform_helper.h" #include "util/mini_math.h" -class RotatingCubeEffect : public Effect { +class RotatingCube : public Effect { public: - RotatingCubeEffect(const GpuContext& ctx, + RotatingCube(const GpuContext& ctx, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs); - ~RotatingCubeEffect() override; + ~RotatingCube() override; void declare_nodes(NodeRegistry& registry) override; void render(WGPUCommandEncoder encoder, |
