summaryrefslogtreecommitdiff
path: root/cnn_v1/src/cnn_v1_effect.h
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v1/src/cnn_v1_effect.h')
-rw-r--r--cnn_v1/src/cnn_v1_effect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnn_v1/src/cnn_v1_effect.h b/cnn_v1/src/cnn_v1_effect.h
index e820275..6753db8 100644
--- a/cnn_v1/src/cnn_v1_effect.h
+++ b/cnn_v1/src/cnn_v1_effect.h
@@ -26,7 +26,7 @@ class CNNv1Effect : public PostProcessEffect {
void init(MainSequence* demo) override;
void resize(int width, int height) override;
void render(WGPURenderPassEncoder pass,
- const CommonPostProcessUniforms& uniforms) override;
+ const UniformsSequenceParams& uniforms) override;
void update_bind_group(WGPUTextureView input_view) override;
// Layer 0 needs framebuffer capture for original input