Struct screen_13::prelude::vk::ImageViewSampleWeightCreateInfoQCOM
source · pub struct ImageViewSampleWeightCreateInfoQCOM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub filter_center: Offset2D,
pub filter_size: Extent2D,
pub num_phases: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§filter_center: Offset2D§filter_size: Extent2D§num_phases: u32Implementations§
source§impl ImageViewSampleWeightCreateInfoQCOM
impl ImageViewSampleWeightCreateInfoQCOM
pub fn builder<'a>() -> ImageViewSampleWeightCreateInfoQCOMBuilder<'a>
Trait Implementations§
source§impl Clone for ImageViewSampleWeightCreateInfoQCOM
impl Clone for ImageViewSampleWeightCreateInfoQCOM
source§fn clone(&self) -> ImageViewSampleWeightCreateInfoQCOM
fn clone(&self) -> ImageViewSampleWeightCreateInfoQCOM
Returns a copy 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 moresource§impl Default for ImageViewSampleWeightCreateInfoQCOM
impl Default for ImageViewSampleWeightCreateInfoQCOM
source§fn default() -> ImageViewSampleWeightCreateInfoQCOM
fn default() -> ImageViewSampleWeightCreateInfoQCOM
Returns the “default value” for a type. Read more