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