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
) -> PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOMBuilder<'a>
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.
Trait Implementations§
source§impl<'a> Deref for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOMBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOMBuilder<'a>
§type Target = PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
type Target = PhysicalDeviceFragmentDensityMapOffsetFeaturesQCOM
The resulting type after dereferencing.