Enum spirv_utils::desc::SamplerFilterMode
[−]
[src]
pub enum SamplerFilterMode {
Nearest,
Linear,
}Variants
Nearest | |
Linear |
pub enum SamplerFilterMode {
Nearest,
Linear,
}Nearest | |
Linear |
impl SamplerFilterModefn from(val: u32) -> Option<SamplerFilterMode>impl Hash for SamplerFilterModefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for SamplerFilterModefn eq(&self, __arg_0: &SamplerFilterMode) -> boolfn ne(&self, __arg_0: &SamplerFilterMode) -> boolimpl Debug for SamplerFilterModeimpl Clone for SamplerFilterModefn clone(&self) -> SamplerFilterModefn clone_from(&mut self, source: &Self)impl Copy for SamplerFilterMode