Struct gfx_hal::SamplerReductionProperties [−][src]
pub struct SamplerReductionProperties {
pub single_component_formats: bool,
pub image_component_mapping: bool,
}Resource limits related to the reduction samplers.
Fields
single_component_formats: boolSupport for the minimum set of required formats support min/max filtering
image_component_mapping: boolSupport for the non-identity component mapping of the image when doing min/max filtering.
Trait Implementations
impl Clone for SamplerReductionProperties[src]
impl Clone for SamplerReductionProperties[src]fn clone(&self) -> SamplerReductionProperties[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for SamplerReductionProperties[src]
impl Copy for SamplerReductionProperties[src]impl Default for SamplerReductionProperties[src]
impl Default for SamplerReductionProperties[src]impl PartialEq<SamplerReductionProperties> for SamplerReductionProperties[src]
impl PartialEq<SamplerReductionProperties> for SamplerReductionProperties[src]fn eq(&self, other: &SamplerReductionProperties) -> bool[src]
fn ne(&self, other: &SamplerReductionProperties) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for SamplerReductionProperties
impl RefUnwindSafe for SamplerReductionPropertiesimpl Send for SamplerReductionProperties
impl Send for SamplerReductionPropertiesimpl Sync for SamplerReductionProperties
impl Sync for SamplerReductionPropertiesimpl Unpin for SamplerReductionProperties
impl Unpin for SamplerReductionPropertiesimpl UnwindSafe for SamplerReductionProperties
impl UnwindSafe for SamplerReductionProperties