bevy_core_pipeline::post_process

Function prepare_post_processing_pipelines

Source
pub fn prepare_post_processing_pipelines(
    commands: Commands<'_, '_>,
    pipeline_cache: Res<'_, PipelineCache>,
    pipelines: ResMut<'_, SpecializedRenderPipelines<PostProcessingPipeline>>,
    post_processing_pipeline: Res<'_, PostProcessingPipeline>,
    views: Query<'_, '_, (Entity, &ExtractedView), With<ChromaticAberration>>,
)
Expand description

Specializes the built-in postprocessing pipeline for each applicable view.