pub struct PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map(self, fragment_density_map: bool) -> Self
pub fn fragment_density_map_dynamic( self, fragment_density_map_dynamic: bool ) -> Self
pub fn fragment_density_map_non_subsampled_images( self, fragment_density_map_non_subsampled_images: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentDensityMapFeaturesEXT
pub fn build(self) -> PhysicalDeviceFragmentDensityMapFeaturesEXT
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 PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'_>
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> 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