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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/theme_modulation_effect.h b/src/gpu/effects/theme_modulation_effect.h
index 713347b..31e96e6 100644
--- a/src/gpu/effects/theme_modulation_effect.h
+++ b/src/gpu/effects/theme_modulation_effect.h
@@ -11,8 +11,8 @@
class ThemeModulationEffect : public PostProcessEffect {
public:
ThemeModulationEffect(const GpuContext& ctx);
- void render(WGPURenderPassEncoder pass, float time, float beat,
- float intensity, float aspect_ratio) override;
+ void render(WGPURenderPassEncoder pass,
+ const CommonPostProcessUniforms& uniforms) override;
void update_bind_group(WGPUTextureView input_view) override;
private: