bevy_core_pipeline::fxaa

Function prepare_fxaa_pipelines

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