Struct ash::vk::CopyBufferInfo2Builder
source · #[repr(transparent)]pub struct CopyBufferInfo2Builder<'a> { /* private fields */ }
Implementations§
source§impl<'a> CopyBufferInfo2Builder<'a>
impl<'a> CopyBufferInfo2Builder<'a>
pub fn src_buffer(self, src_buffer: Buffer) -> Self
pub fn dst_buffer(self, dst_buffer: Buffer) -> Self
pub fn regions(self, regions: &'a [BufferCopy2]) -> Self
sourcepub fn build(self) -> CopyBufferInfo2
pub fn build(self) -> CopyBufferInfo2
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.