#[repr(C)]pub struct PhysicalDeviceSamplerFilterMinmaxProperties {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub filter_minmax_single_component_formats: Bool32,
pub filter_minmax_image_component_mapping: Bool32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§filter_minmax_single_component_formats: Bool32§filter_minmax_image_component_mapping: Bool32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
impl Clone for PhysicalDeviceSamplerFilterMinmaxProperties
source§fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
fn clone(&self) -> PhysicalDeviceSamplerFilterMinmaxProperties
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 more