pub type SamplerReductionModeEXT = SamplerReductionMode;
Aliased Type§
struct SamplerReductionModeEXT(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl SamplerReductionMode
Generated from ‘VK_QCOM_filter_cubic_clamp’
impl SamplerReductionMode
Generated from ‘VK_QCOM_filter_cubic_clamp’
pub const WEIGHTED_AVERAGE_RANGECLAMP_QCOM: Self
Source§impl SamplerReductionMode
Generated from ‘VK_EXT_sampler_filter_minmax’
impl SamplerReductionMode
Generated from ‘VK_EXT_sampler_filter_minmax’
Trait Implementations
Source§impl Clone for SamplerReductionMode
impl Clone for SamplerReductionMode
Source§fn clone(&self) -> SamplerReductionMode
fn clone(&self) -> SamplerReductionMode
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 SamplerReductionMode
impl Debug for SamplerReductionMode
Source§impl Default for SamplerReductionMode
impl Default for SamplerReductionMode
Source§fn default() -> SamplerReductionMode
fn default() -> SamplerReductionMode
Returns the “default value” for a type. Read more
Source§impl Hash for SamplerReductionMode
impl Hash for SamplerReductionMode
Source§impl Ord for SamplerReductionMode
impl Ord for SamplerReductionMode
Source§fn cmp(&self, other: &SamplerReductionMode) -> Ordering
fn cmp(&self, other: &SamplerReductionMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more