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