Enum ElementSemanticType
Specifies the semantic meaning of a vertex element.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum ElementSemanticType : byte
Fields
Name | Description |
---|---|
Binormal | Describes a binormal vector. |
BlendIndices | Blend indices. |
BlendWeight | Blend weights. |
Color | Describes a color. |
Count | Auxiliary value to count all semantics |
Normal | Describes a normal vector. |
Position | Describes a position. |
Tangent | Describes a tangent vector. |
TexCoord | Describes a texture coordinate. |