Search Results for

    Show / Hide Table of Contents

    Enum ElementSemanticType

    The semantic meaning of a vertex element.

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

    Fields

    Name Description
    Binormal

    Describe a binormal vector.

    BlendIndices

    Blend indices

    BlendWeight

    Blend weights

    Color

    Describe a color.

    Count

    Auxiliar value to count all semantics

    Normal

    Describes a normal vector.

    Position

    Describes a position.

    Tangent

    Describes a tangent vector.

    TexCoord

    Describes a texture coordinate.

    Extension Methods

    DX11ExtensionsMethods.ToHLSLSemantic(ElementSemanticType)
    DX12ExtensionsMethods.ToHLSLSemantic(ElementSemanticType)
    EnumExtensions.HasFlag(Enum, Enum)
    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX