Struct ash::vk::ImportMemoryHostPointerInfoEXTBuilder [−][src]
#[repr(transparent)]pub struct ImportMemoryHostPointerInfoEXTBuilder<'a> { /* fields omitted */ }
Implementations
pub fn handle_type(
self,
handle_type: ExternalMemoryHandleTypeFlags
) -> ImportMemoryHostPointerInfoEXTBuilder<'a>
pub fn host_pointer(
self,
host_pointer: *mut c_void
) -> ImportMemoryHostPointerInfoEXTBuilder<'a>
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.
Methods from Deref<Target = ImportMemoryHostPointerInfoEXT>
Trait Implementations
The resulting type after dereferencing.