Enum dae_parser::SamplerFilter [−][src]
pub enum SamplerFilter {
None,
Nearest,
Linear,
NearestMipmapNearest,
LinearMipmapNearest,
NearestMipmapLinear,
LinearMipmapLinear,
}
Expand description
(Undocumented?) Enumerated type fx_sampler_filter_common
from COLLADA spec.
Variants
None
Nearest
Linear
NearestMipmapNearest
LinearMipmapNearest
NearestMipmapLinear
LinearMipmapLinear
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SamplerFilter
impl Send for SamplerFilter
impl Sync for SamplerFilter
impl Unpin for SamplerFilter
impl UnwindSafe for SamplerFilter
Blanket Implementations
Mutably borrows from an owned value. Read more