summaryrefslogtreecommitdiff
path: root/src/effects/flash_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/flash_effect.h')
-rw-r--r--src/effects/flash_effect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/effects/flash_effect.h b/src/effects/flash_effect.h
index b9bbff8..9e7a326 100644
--- a/src/effects/flash_effect.h
+++ b/src/effects/flash_effect.h
@@ -5,12 +5,12 @@
#include "gpu/effect.h"
#include "gpu/uniform_helper.h"
-class FlashEffect : public Effect {
+class Flash : public Effect {
public:
- FlashEffect(const GpuContext& ctx,
+ Flash(const GpuContext& ctx,
const std::vector<std::string>& inputs,
const std::vector<std::string>& outputs);
- ~FlashEffect() override;
+ ~Flash() override;
void render(WGPUCommandEncoder encoder,
const UniformsSequenceParams& params,