Enum spirv_utils::desc::SamplerFilterMode
[−]
[src]
pub enum SamplerFilterMode { Nearest, Linear, }
Variants
Nearest | |
Linear |
pub enum SamplerFilterMode { Nearest, Linear, }
Nearest | |
Linear |
impl SamplerFilterMode
fn from(val: u32) -> Option<SamplerFilterMode>
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
impl Clone for SamplerFilterMode
fn clone(&self) -> SamplerFilterMode
fn clone_from(&mut self, source: &Self)
impl Copy for SamplerFilterMode