Function bevy::core_pipeline::fxaa::prepare_fxaa_pipelines

pub fn prepare_fxaa_pipelines(
    commands: Commands<'_, '_>,
    pipeline_cache: Res<'_, PipelineCache>,
    pipelines: ResMut<'_, SpecializedRenderPipelines<FxaaPipeline>>,
    fxaa_pipeline: Res<'_, FxaaPipeline>,
    views: Query<'_, '_, (Entity, &ExtractedView, &Fxaa)>
)