Function comfy_wgpu::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