pub fn get_buffer_memory_barrier(
    barrier: &BufferBarrier<'_>
) -> (PipelineStageFlags, PipelineStageFlags, BufferMemoryBarrier)
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.