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