pub struct PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
pub fn max_weight_filter_phases(self, max_weight_filter_phases: u32) -> Self
pub fn max_weight_filter_dimension( self, max_weight_filter_dimension: Extent2D ) -> Self
pub fn max_block_match_region(self, max_block_match_region: Extent2D) -> Self
pub fn max_box_filter_block_size( self, max_box_filter_block_size: Extent2D ) -> Self
sourcepub fn build(self) -> PhysicalDeviceImageProcessingPropertiesQCOM
pub fn build(self) -> PhysicalDeviceImageProcessingPropertiesQCOM
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 PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
source§impl<'a> DerefMut for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> !Send for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'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