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