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