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) -> Self
pub fn texture_box_filter(self, texture_box_filter: bool) -> Self
pub fn texture_block_match(self, texture_block_match: bool) -> Self
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>
source§impl<'a> DerefMut for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> !Send for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'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