create_post_processing_pipeline

Function create_post_processing_pipeline 

Source
pub fn create_post_processing_pipeline(
    name: &str,
    device: &Device,
    format: TextureFormat,
    bind_group_layouts: &[&BindGroupLayout],
    shader: Shader,
    blend: BlendState,
) -> RenderPipeline