init_post_processing_pipeline

Function init_post_processing_pipeline 

Source
pub fn init_post_processing_pipeline(
    commands: Commands<'_, '_>,
    render_device: Res<'_, RenderDevice>,
    fullscreen_shader: Res<'_, FullscreenShader>,
    asset_server: Res<'_, AssetServer>,
)