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.  |