Struct ash::vk::TimelineSemaphoreSubmitInfoBuilder
source · #[repr(transparent)]pub struct TimelineSemaphoreSubmitInfoBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> TimelineSemaphoreSubmitInfoBuilder<'a>
impl<'a> TimelineSemaphoreSubmitInfoBuilder<'a>
pub fn wait_semaphore_values(self, wait_semaphore_values: &'a [u64]) -> Self
pub fn signal_semaphore_values(self, signal_semaphore_values: &'a [u64]) -> Self
sourcepub fn build(self) -> TimelineSemaphoreSubmitInfo
pub fn build(self) -> TimelineSemaphoreSubmitInfo
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.