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
) -> PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
pub fn max_weight_filter_dimension(
self,
max_weight_filter_dimension: Extent2D
) -> PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
pub fn max_block_match_region(
self,
max_block_match_region: Extent2D
) -> PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
pub fn max_box_filter_block_size(
self,
max_box_filter_block_size: Extent2D
) -> PhysicalDeviceImageProcessingPropertiesQCOMBuilder<'a>
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>
§type Target = PhysicalDeviceImageProcessingPropertiesQCOM
type Target = PhysicalDeviceImageProcessingPropertiesQCOM
The resulting type after dereferencing.