pub struct PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a> { /* private fields */ }Implementations§
source§impl<'a> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
pub fn texture_sample_weighted( self, texture_sample_weighted: bool ) -> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
pub fn texture_box_filter( self, texture_box_filter: bool ) -> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
pub fn texture_block_match( self, texture_block_match: bool ) -> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
sourcepub fn build(self) -> PhysicalDeviceImageProcessingFeaturesQCOM
pub fn build(self) -> PhysicalDeviceImageProcessingFeaturesQCOM
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 PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
§type Target = PhysicalDeviceImageProcessingFeaturesQCOM
type Target = PhysicalDeviceImageProcessingFeaturesQCOM
The resulting type after dereferencing.