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.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/effects/solarize_effect.cc b/src/gpu/effects/solarize_effect.cc
index 7a94004..4f47218 100644
--- a/src/gpu/effects/solarize_effect.cc
+++ b/src/gpu/effects/solarize_effect.cc
@@ -6,7 +6,6 @@
// --- SolarizeEffect ---
SolarizeEffect::SolarizeEffect(const GpuContext& ctx) : PostProcessEffect(ctx) {
- uniforms_.init(ctx.device);
pipeline_ = create_post_process_pipeline(ctx_.device, ctx_.format,
solarize_shader_wgsl);
}