Function bevy_internal::core_pipeline::fxaa::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)>
)