diff --git a/src/gallium/frontends/rusticl/core/kernel.rs b/src/gallium/frontends/rusticl/core/kernel.rs index 6a3452400d5..4b244b032f3 100644 --- a/src/gallium/frontends/rusticl/core/kernel.rs +++ b/src/gallium/frontends/rusticl/core/kernel.rs @@ -1598,7 +1598,6 @@ impl Kernel { } ctx.clear_global_binding(globals.len() as u32); - ctx.clear_shader_images(iviews.len() as u32); ctx.clear_sampler_views(sviews_len as u32); ctx.clear_sampler_states(samplers.len() as u32);