pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceFragmentDensityMap2PropertiesEXT with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
pub fn subsampled_loads(self, value: bool) -> Self
pub fn subsampled_coarse_reconstruction_early_access(self, value: bool) -> Self
pub fn max_subsampled_array_layers(self, value: u32) -> Self
pub fn max_descriptor_set_subsampled_samplers(self, value: u32) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> !Send for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> !Sync for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> Unpin for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'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