draw_post_processing_output

Function draw_post_processing_output 

Source
pub fn draw_post_processing_output(
    name: &str,
    encoder: &mut CommandEncoder,
    post_processing_pipeline: &RenderPipeline,
    post_processing_bind_group: &BindGroup,
    lighting_params_bind_group: &BindGroup,
    target_view: &TextureView,
    should_clear: bool,
    blend_constant: Option<f64>,
)