summaryrefslogtreecommitdiff
path: root/src/gpu/effects/theme_modulation_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/theme_modulation_effect.h')
-rw-r--r--src/gpu/effects/theme_modulation_effect.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/effects/theme_modulation_effect.h b/src/gpu/effects/theme_modulation_effect.h
index ac584e2..ad7322e 100644
--- a/src/gpu/effects/theme_modulation_effect.h
+++ b/src/gpu/effects/theme_modulation_effect.h
@@ -8,8 +8,7 @@
class ThemeModulationEffect : public PostProcessEffect {
public:
- ThemeModulationEffect(WGPUDevice device, WGPUQueue queue,
- WGPUTextureFormat format);
+ ThemeModulationEffect(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;