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