Search Results for

    Show / Hide Table of Contents

    Enum AddressMode

    Specifies the texture addressing mode.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum AddressMode : byte

    Fields

    Name Description
    AnisotropicClamp

    Anisotropic filtering with clamped texture coordinates.

    AnisotropicWrap

    Anisotropic filtering with wrapped texture coordinates.

    LinearClamp

    Bilinear filtering with clamped texture coordinates.

    LinearWrap

    Bilinear filtering with wrapped texture coordinates.

    PointClamp

    Point/nearest neighbor filtering with clamped texture coordinates.

    PointWrap

    Point/nearest neighbor filtering, wrapped texture coordinates.

    Extension Methods

    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX