Skip to main content

decide_bindless

Function decide_bindless 

Source
pub fn decide_bindless(inputs: BindlessInputs) -> BindlessDecision
Expand description

Decide whether to use the bindless path for this dispatch.

Picks Bindless when:

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.