#[repr(transparent)]pub struct PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map(
self,
fragment_density_map: bool
) -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map_dynamic(
self,
fragment_density_map_dynamic: bool
) -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
pub fn fragment_density_map_non_subsampled_images(
self,
fragment_density_map_non_subsampled_images: bool
) -> PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
type Target = PhysicalDeviceFragmentDensityMapFeaturesEXT
type Target = PhysicalDeviceFragmentDensityMapFeaturesEXT
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceFragmentDensityMapFeaturesEXTBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more