summaryrefslogtreecommitdiff
path: root/src/gpu/effects/hybrid_3d_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/hybrid_3d_effect.h')
-rw-r--r--src/gpu/effects/hybrid_3d_effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/effects/hybrid_3d_effect.h b/src/gpu/effects/hybrid_3d_effect.h
index ef62883..8eedeb2 100644
--- a/src/gpu/effects/hybrid_3d_effect.h
+++ b/src/gpu/effects/hybrid_3d_effect.h
@@ -18,6 +18,7 @@ class Hybrid3DEffect : public Effect {
void init(MainSequence* demo) override;
void render(WGPURenderPassEncoder pass, float time, float beat,
float intensity, float aspect_ratio) override;
+ void resize(int width, int height) override;
private:
Renderer3D renderer_;