Function change_pipeline_layout

Source
pub(super) fn change_pipeline_layout<E, F: FnOnce()>(
    state: &mut PassState<'_, '_, '_>,
    pipeline_layout: &Arc<PipelineLayout>,
    late_sized_buffer_groups: &[LateSizedBufferGroup],
    f: F,
) -> Result<(), E>