pub struct PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceFragmentDensityMapFeaturesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map(self, value: bool) -> Self
pub fn fragment_density_map_dynamic(self, value: bool) -> Self
pub fn fragment_density_map_non_subsampled_images(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceFragmentDensityMapFeaturesEXT>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceFragmentDensityMapFeaturesEXT>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceFragmentDensityMapFeaturesEXT’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'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