Struct ash::vk::BufferMemoryRequirementsInfo2Builder
source · #[repr(transparent)]pub struct BufferMemoryRequirementsInfo2Builder<'a> { /* private fields */ }
Implementations§
source§impl<'a> BufferMemoryRequirementsInfo2Builder<'a>
impl<'a> BufferMemoryRequirementsInfo2Builder<'a>
pub fn buffer(self, buffer: Buffer) -> Self
sourcepub fn build(self) -> BufferMemoryRequirementsInfo2
pub fn build(self) -> BufferMemoryRequirementsInfo2
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.