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