Search Results for

    Show / Hide Table of Contents

    Class GPUSamplerFilter

    GPU sampler filter modes.

    Inheritance
    System.Object
    GPUSamplerFilter
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class GPUSamplerFilter : Enum

    Fields

    Anisotropic

    Filter using the anisotropic filtering that improves quality when viewing textures at a steep angles. Texture appears sharp at extreme viewing angles.

    Declaration
    public const GPUSamplerFilter Anisotropic
    Field Value
    GPUSamplerFilter

    Bilinear

    Filter using the linear average of the nearby pixels. Texture appears blurry.

    Declaration
    public const GPUSamplerFilter Bilinear
    Field Value
    GPUSamplerFilter

    Point

    Filter using the nearest found pixel. Texture appears pixelated.

    Declaration
    public const GPUSamplerFilter Point
    Field Value
    GPUSamplerFilter

    Trilinear

    Filter using the linear average of the nearby pixels and nearby mipmaps. Texture appears blurry.

    Declaration
    public const GPUSamplerFilter Trilinear
    Field Value
    GPUSamplerFilter

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat