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