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