Struct ash::vk::DeviceGroupBindSparseInfoBuilder [−][src]
#[repr(transparent)]pub struct DeviceGroupBindSparseInfoBuilder<'a> { /* fields omitted */ }
Implementations
pub fn resource_device_index(
self,
resource_device_index: u32
) -> DeviceGroupBindSparseInfoBuilder<'a>
pub fn memory_device_index(
self,
memory_device_index: u32
) -> DeviceGroupBindSparseInfoBuilder<'a>
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.
Methods from Deref<Target = DeviceGroupBindSparseInfo>
Trait Implementations
type Target = DeviceGroupBindSparseInfo
type Target = DeviceGroupBindSparseInfo
The resulting type after dereferencing.