Search Results for

    Show / Hide Table of Contents

    Enum TextureInfo.ShaderTextureType

    The type of texture.

    Namespace: Evergine.Framework.Graphics.Effects.Analyzer
    Assembly: Evergine.Framework.dll
    Syntax
    public enum TextureInfo.ShaderTextureType : byte

    Fields

    Name Description
    Texture1D

    1D texture.

    Texture1DArray

    3D texture array

    Texture2D

    2D texture.

    Texture2DArray

    2D texture array.

    Texture2DMS

    2D multi-sampled texture.

    Texture2DMSArray

    2D texture multi-sample array.

    Texture3D

    2D texture.

    TextureCube

    Cubemap texture.

    TextureCubeArray

    Cubemap texture array.

    Extension Methods

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