pub const USER_TEXTURE_SLOTS: usize = MAX_USER_TEXTURE_SLOTS; // 8usizeExpand description
Re-export so the renderer can spell the same constant in its bind group
builder. Single source of truth: the wrapper declares MAX_USER_TEXTURE_SLOTS
bindings; the comp pipeline allocates that many entries.