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