#[repr(transparent)]pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
pub fn subsampled_loads(self, subsampled_loads: bool) -> Self
pub fn subsampled_coarse_reconstruction_early_access( self, subsampled_coarse_reconstruction_early_access: bool ) -> Self
pub fn max_subsampled_array_layers( self, max_subsampled_array_layers: u32 ) -> Self
pub fn max_descriptor_set_subsampled_samplers( self, max_descriptor_set_subsampled_samplers: u32 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
pub fn build(self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
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.