pub struct PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a>
pub fn min_fragment_density_texel_size( self, min_fragment_density_texel_size: Extent2D ) -> Self
pub fn max_fragment_density_texel_size( self, max_fragment_density_texel_size: Extent2D ) -> Self
pub fn fragment_density_invocations( self, fragment_density_invocations: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT
pub fn build(self) -> PhysicalDeviceFragmentDensityMapPropertiesEXT
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 PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMapPropertiesEXTBuilder<'_>
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> 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