pub fn get_buffer_memory_barrier<'a>(
barrier: &BufferBarrier<'a>,
) -> (PipelineStageFlags, PipelineStageFlags, BufferMemoryBarrier<'a>)Expand description
Mapping function that translates a buffer barrier into a set of source and destination pipeline stages, and a buffer memory barrier, that can be used with Vulkan synchronization methods.