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