summaryrefslogtreecommitdiff
path: root/src/gpu/effects/solarize_effect.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/solarize_effect.cc')
-rw-r--r--src/gpu/effects/solarize_effect.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/effects/solarize_effect.cc b/src/gpu/effects/solarize_effect.cc
index d74d708..7a94004 100644
--- a/src/gpu/effects/solarize_effect.cc
+++ b/src/gpu/effects/solarize_effect.cc
@@ -23,6 +23,6 @@ void SolarizeEffect::render(WGPURenderPassEncoder pass, float t, float b,
PostProcessEffect::render(pass, t, b, i, a);
}
void SolarizeEffect::update_bind_group(WGPUTextureView v) {
- pp_update_bind_group(ctx_.device, pipeline_, &bind_group_, v,
- uniforms_.get(), {});
+ pp_update_bind_group(ctx_.device, pipeline_, &bind_group_, v, uniforms_.get(),
+ {});
}