pub struct PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
pub fn memory_priority(
self,
memory_priority: bool
) -> PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceMemoryPriorityFeaturesEXTBuilder<'a>
§type Target = PhysicalDeviceMemoryPriorityFeaturesEXT
type Target = PhysicalDeviceMemoryPriorityFeaturesEXT
The resulting type after dereferencing.