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