extract_shadow_filtering_method

Function extract_shadow_filtering_method 

Source
pub fn extract_shadow_filtering_method(
    commands: Commands<'_, '_>,
    previous_len: Local<'_, usize>,
    query: Extract<'_, '_, Query<'_, '_, (RenderEntity, &ShadowFilteringMethod)>>,
)