pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
pub fn subsampled_loads(self, subsampled_loads: bool) -> Self
pub fn subsampled_coarse_reconstruction_early_access( self, subsampled_coarse_reconstruction_early_access: bool ) -> Self
pub fn max_subsampled_array_layers( self, max_subsampled_array_layers: u32 ) -> Self
pub fn max_descriptor_set_subsampled_samplers( self, max_descriptor_set_subsampled_samplers: u32 ) -> Self
sourcepub fn build(self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
pub fn build(self) -> PhysicalDeviceFragmentDensityMap2PropertiesEXT
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 PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> Deref for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder<'_>
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> 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