Enum gltf_json::texture::MagFilter
[−]
pub enum MagFilter {
Nearest,
Linear,
}Magnification filter.
Variants
NearestCorresponds to GL_NEAREST.
LinearCorresponds to GL_LINEAR.
Methods
impl MagFilter
fn as_gl_enum(&self) -> i32
OpenGL enum
Trait Implementations
impl Clone for MagFilter
fn clone(&self) -> MagFilter
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more