Struct ash::vk::DeviceGroupSubmitInfoBuilder [−][src]
#[repr(transparent)]pub struct DeviceGroupSubmitInfoBuilder<'a> { /* fields omitted */ }
Implementations
pub fn wait_semaphore_device_indices(
self,
wait_semaphore_device_indices: &'a [u32]
) -> DeviceGroupSubmitInfoBuilder<'a>
pub fn command_buffer_device_masks(
self,
command_buffer_device_masks: &'a [u32]
) -> DeviceGroupSubmitInfoBuilder<'a>
pub fn signal_semaphore_device_indices(
self,
signal_semaphore_device_indices: &'a [u32]
) -> DeviceGroupSubmitInfoBuilder<'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 = DeviceGroupSubmitInfo>
Trait Implementations
type Target = DeviceGroupSubmitInfo
type Target = DeviceGroupSubmitInfo
The resulting type after dereferencing.