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