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