summaryrefslogtreecommitdiff
path: root/cnn_v2/src/cnn_v2_effect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cnn_v2/src/cnn_v2_effect.cc')
-rw-r--r--cnn_v2/src/cnn_v2_effect.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cnn_v2/src/cnn_v2_effect.cc b/cnn_v2/src/cnn_v2_effect.cc
index 133087a..42aa2bb 100644
--- a/cnn_v2/src/cnn_v2_effect.cc
+++ b/cnn_v2/src/cnn_v2_effect.cc
@@ -377,7 +377,7 @@ void CNNv2Effect::update_bind_group(WGPUTextureView input_view) {
}
void CNNv2Effect::compute(WGPUCommandEncoder encoder,
- const CommonPostProcessUniforms& uniforms) {
+ const UniformsSequenceParams& uniforms) {
if (!initialized_ || !static_pipeline_ || !static_bind_group_)
return;
@@ -446,7 +446,7 @@ void CNNv2Effect::compute(WGPUCommandEncoder encoder,
}
void CNNv2Effect::render(WGPURenderPassEncoder pass,
- const CommonPostProcessUniforms& uniforms) {
+ const UniformsSequenceParams& uniforms) {
(void)pass;
(void)uniforms;
// Compute-only effect, rendering is done by default composite pass