pub fn decide_bindless(inputs: BindlessInputs) -> BindlessDecisionExpand description
Decide whether to use the bindless path for this dispatch.
Picks Bindless when:
- support is
Full, AND - resource_count >=
BINDLESS_RESOURCE_COUNT_THRESHOLD
Static support is treated as Bindless only when the access
pattern is NOT dynamic (every slot is guaranteed bound) AND the
resource count clears the threshold. Unsupported always returns
TraditionalBindings.