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