summaryrefslogtreecommitdiff
path: root/src/gpu/effects/flash_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/flash_effect.h')
-rw-r--r--src/gpu/effects/flash_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/effects/flash_effect.h b/src/gpu/effects/flash_effect.h
index 9aa2c67..6be375d 100644
--- a/src/gpu/effects/flash_effect.h
+++ b/src/gpu/effects/flash_effect.h
@@ -8,7 +8,7 @@
class FlashEffect : public PostProcessEffect {
public:
- FlashEffect(WGPUDevice device, WGPUQueue queue, WGPUTextureFormat format);
+ FlashEffect(const GpuContext& ctx);
void render(WGPURenderPassEncoder pass, float time, float beat,
float intensity, float aspect_ratio) override;
void update_bind_group(WGPUTextureView input_view) override;