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