Function nannou::wgpu::create_pipeline_layout[][src]

pub fn create_pipeline_layout<'p>(
    device: &Device,
    label: Option<&'p str>,
    bind_group_layouts: &[&BindGroupLayout],
    push_constant_ranges: &'p [PushConstantRange]
) -> PipelineLayout
Expand description

Shorthand for creating the pipeline layout from a slice of bind group layouts.