docs.unity3d.com
    Show / Hide Table of Contents

    Enum Sampler.MinFilterMode

    Minification filter mode.

    Namespace: GLTFast.Schema
    Syntax
    public enum MinFilterMode

    Fields

    Name Description Value
    None

    No value


    0
    Nearest

    Nearest pixel sampling


    9728
    Linear

    Linear pixel interpolation sampling


    9729
    NearestMipmapNearest

    Nearest pixel and nearest mipmap sampling


    9984
    LinearMipmapNearest

    Linear pixel interpolation and nearest mipmap sampling


    9985
    NearestMipmapLinear

    Nearest pixel and linear mipmap interpolation sampling


    9986
    LinearMipmapLinear

    Linear pixel interpolation and linear mipmap interpolation sampling


    9987
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023