Struct screen_13::prelude::vk::DeviceGroupBindSparseInfoBuilder
source · 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
) -> DeviceGroupBindSparseInfoBuilder<'a>
pub fn memory_device_index(
self,
memory_device_index: u32
) -> DeviceGroupBindSparseInfoBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for DeviceGroupBindSparseInfoBuilder<'a>
impl<'a> Deref for DeviceGroupBindSparseInfoBuilder<'a>
§type Target = DeviceGroupBindSparseInfo
type Target = DeviceGroupBindSparseInfo
The resulting type after dereferencing.