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