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