Struct screen_13::prelude::vk::SamplerReductionMode
source · pub struct SamplerReductionMode(_);Expand description
Implementations§
source§impl SamplerReductionMode
impl SamplerReductionMode
pub const WEIGHTED_AVERAGE: SamplerReductionMode = Self(0)
pub const MIN: SamplerReductionMode = Self(1)
pub const MAX: SamplerReductionMode = Self(2)
source§impl SamplerReductionMode
impl SamplerReductionMode
Generated from ‘VK_EXT_sampler_filter_minmax’
pub const WEIGHTED_AVERAGE_EXT: SamplerReductionMode = Self::WEIGHTED_AVERAGE
pub const MIN_EXT: SamplerReductionMode = Self::MIN
pub const MAX_EXT: SamplerReductionMode = Self::MAX
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
source§impl PartialEq<SamplerReductionMode> for SamplerReductionMode
impl PartialEq<SamplerReductionMode> for SamplerReductionMode
source§fn eq(&self, other: &SamplerReductionMode) -> bool
fn eq(&self, other: &SamplerReductionMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<SamplerReductionMode> for SamplerReductionMode
impl PartialOrd<SamplerReductionMode> for SamplerReductionMode
source§fn partial_cmp(&self, other: &SamplerReductionMode) -> Option<Ordering>
fn partial_cmp(&self, other: &SamplerReductionMode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more