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