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