From 91b71b97dcd5c8b7c01ac434e4f3171b81777283 Mon Sep 17 00:00:00 2001 From: iris <2+iris@noreply.localhost> Date: Sun, 13 Sep 2026 18:55:45 -0400 Subject: [PATCH] Drop the bind group ordering comment Co-Authored-By: Claude Opus 5 --- core/src/render/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/render/mod.rs b/core/src/render/mod.rs index 414e9fd..185b964 100644 --- a/core/src/render/mod.rs +++ b/core/src/render/mod.rs @@ -67,8 +67,6 @@ impl UiRenderNode { let Some(group) = &list.group else { continue }; let primitive = &self.primitives[id]; pass.set_pipeline(&primitive.pipeline); - // After the pipeline: a change drops the groups from where two - // pipeline layouts differ, and each primitive has its own. pass.set_bind_group(1, group, &[]); pass.set_vertex_buffer(0, list.instance.buffer.slice(..)); primitive.render.draw(