diff options
Diffstat (limited to 'src/gpu/effects/rotating_cube_effect.h')
| -rw-r--r-- | src/gpu/effects/rotating_cube_effect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/rotating_cube_effect.h b/src/gpu/effects/rotating_cube_effect.h index 89b3fa6..fdf67ab 100644 --- a/src/gpu/effects/rotating_cube_effect.h +++ b/src/gpu/effects/rotating_cube_effect.h @@ -16,8 +16,8 @@ class RotatingCubeEffect : public Effect { ~RotatingCubeEffect() override; void init(MainSequence* demo) override; - void render(WGPURenderPassEncoder pass, float time, float beat, - float intensity, float aspect_ratio) override; + void render(WGPURenderPassEncoder pass, + const CommonPostProcessUniforms& uniforms) override; private: struct Uniforms { |
