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