diff options
Diffstat (limited to 'src/effects/moving_ellipse_effect.h')
| -rw-r--r-- | src/effects/moving_ellipse_effect.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/effects/moving_ellipse_effect.h b/src/effects/moving_ellipse_effect.h deleted file mode 100644 index 46c1f0e..0000000 --- a/src/effects/moving_ellipse_effect.h +++ /dev/null @@ -1,16 +0,0 @@ -// This file is part of the 64k demo project. -// It declares the MovingEllipseEffect. - -#pragma once - -#include "gpu/effect.h" - -class MovingEllipseEffect : public Effect { - public: - MovingEllipseEffect(const GpuContext& ctx); - void render(WGPURenderPassEncoder pass, - const CommonPostProcessUniforms& uniforms) override; - - private: - RenderPass pass_; -}; |
