Search Results for

    Show / Hide Table of Contents

    Enum VertexElementUsage

    Specifies the usage of the vertex element.

    Namespace: Evergine.Common.Graphics
    Assembly: Evergine.Common.dll
    Syntax
    public enum VertexElementUsage

    Fields

    Name Description
    Binormal

    Used for the binormal.

    BlendIndices

    Used for blending indices.

    BlendWeight

    Used for blending weights.

    Color

    Used for color.

    Depth

    Used for depth measurement.

    Fog

    Used for fog.

    Normal

    Used for normal operation.

    PointSize

    Used for specifying the point size.

    Position

    Used for positioning.

    Sample

    Used as a sample.

    Tangent

    Used for tangents.

    TessellateFactor

    Used for tessellation factor.

    TextureCoordinate

    Used for texture coordinates.

    Extension Methods

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