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