#[repr(transparent)]pub struct PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
pub fn memory_priority(self, memory_priority: bool) -> Self
sourcepub fn build(self) -> PhysicalDeviceMemoryPriorityFeaturesEXT
pub fn build(self) -> PhysicalDeviceMemoryPriorityFeaturesEXT
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.