#[repr(transparent)]pub struct ImportSemaphoreZirconHandleInfoFUCHSIABuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ImportSemaphoreZirconHandleInfoFUCHSIABuilder<'a>
impl<'a> ImportSemaphoreZirconHandleInfoFUCHSIABuilder<'a>
pub fn semaphore(self, semaphore: Semaphore) -> Self
pub fn flags(self, flags: SemaphoreImportFlags) -> Self
pub fn handle_type(self, handle_type: ExternalSemaphoreHandleTypeFlags) -> Self
pub fn zircon_handle(self, zircon_handle: zx_handle_t) -> Self
sourcepub fn build(self) -> ImportSemaphoreZirconHandleInfoFUCHSIA
pub fn build(self) -> ImportSemaphoreZirconHandleInfoFUCHSIA
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.