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