USER_TEXTURE_SLOTS

Constant USER_TEXTURE_SLOTS 

Source
pub const USER_TEXTURE_SLOTS: usize = MAX_USER_TEXTURE_SLOTS; // 8usize
Expand 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.