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