pub struct PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
pub fn fragment_density_map_deferred( self, fragment_density_map_deferred: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
pub fn build(self) -> PhysicalDeviceFragmentDensityMap2FeaturesEXT
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 PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMap2FeaturesEXTBuilder<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more