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