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