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