#[repr(C)]pub struct PhysicalDeviceImageProcessingFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub texture_sample_weighted: u32,
pub texture_box_filter: u32,
pub texture_block_match: u32,
}Expand description
VkPhysicalDeviceImageProcessingFeaturesQCOM
Provided by VK_QCOM_image_processing.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_FEATURES_QCOM.
p_next: *mut c_voidOptional, may be null.
texture_sample_weighted: u32§texture_box_filter: u32§texture_block_match: u32Implementations§
Source§impl PhysicalDeviceImageProcessingFeaturesQCOM
impl PhysicalDeviceImageProcessingFeaturesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageProcessingFeaturesQCOMBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageProcessingFeaturesQCOM
impl Clone for PhysicalDeviceImageProcessingFeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceImageProcessingFeaturesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessingFeaturesQCOM
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PhysicalDeviceImageProcessingFeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageProcessingFeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageProcessingFeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageProcessingFeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceImageProcessingFeaturesQCOM
impl !Send for PhysicalDeviceImageProcessingFeaturesQCOM
impl !Sync for PhysicalDeviceImageProcessingFeaturesQCOM
impl Unpin for PhysicalDeviceImageProcessingFeaturesQCOM
impl UnsafeUnpin for PhysicalDeviceImageProcessingFeaturesQCOM
impl UnwindSafe for PhysicalDeviceImageProcessingFeaturesQCOM
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