pub struct SamplerReductionProperties {
pub single_component_formats: bool,
pub image_component_mapping: bool,
}
Expand description
Resource limits related to the reduction samplers.
Fields§
§single_component_formats: bool
Support for the minimum set of required formats support min/max filtering
image_component_mapping: bool
Support for the non-identity component mapping of the image when doing min/max filtering.
Trait Implementations§
Source§impl Clone for SamplerReductionProperties
impl Clone for SamplerReductionProperties
Source§fn clone(&self) -> SamplerReductionProperties
fn clone(&self) -> SamplerReductionProperties
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 Debug for SamplerReductionProperties
impl Debug for SamplerReductionProperties
Source§impl Default for SamplerReductionProperties
impl Default for SamplerReductionProperties
Source§fn default() -> SamplerReductionProperties
fn default() -> SamplerReductionProperties
Returns the “default value” for a type. Read more
impl Copy for SamplerReductionProperties
impl StructuralPartialEq for SamplerReductionProperties
Auto Trait Implementations§
impl Freeze for SamplerReductionProperties
impl RefUnwindSafe for SamplerReductionProperties
impl Send for SamplerReductionProperties
impl Sync for SamplerReductionProperties
impl Unpin for SamplerReductionProperties
impl UnwindSafe for SamplerReductionProperties
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