Skip to main content

infer_effects

Function infer_effects 

Source
pub fn infer_effects(
    node: &CompositionNode,
    store: &(impl StageStore + ?Sized),
) -> EffectSet
Expand description

Walk the composition graph and return the union of all effects declared by every stage. RemoteStage nodes always contribute Effect::Network. Stages not found in the store contribute Effect::Unknown.