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