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