Enum spirv_utils::desc::SamplerFilterMode [] [src]

pub enum SamplerFilterMode {
    Nearest,
    Linear,
}

Variants

Nearest
Linear

Methods

impl SamplerFilterMode

fn from(val: u32) -> Option<SamplerFilterMode>

Trait Implementations

Derived Implementations

impl Hash for SamplerFilterMode

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for SamplerFilterMode

fn eq(&self, __arg_0: &SamplerFilterMode) -> bool

fn ne(&self, __arg_0: &SamplerFilterMode) -> bool

impl Debug for SamplerFilterMode

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for SamplerFilterMode

fn clone(&self) -> SamplerFilterMode

fn clone_from(&mut self, source: &Self)

impl Copy for SamplerFilterMode