pub fn gfx_release_barriers<'a, B: Backend>(
ctx: &'a GraphContext<B>,
buffers: impl IntoIterator<Item = &'a NodeBuffer>,
images: impl IntoIterator<Item = &'a NodeImage>,
) -> (Range<PipelineStage>, Vec<Barrier<'a, B>>)
Expand description
Convert graph barriers into gfx barriers.