Enum VertexElementUsage
Specifies the vertex element usage.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum VertexElementUsage
Fields
Name | Description |
---|---|
Binormal | Used for binormal. |
BlendIndices | Used for blend indices. |
BlendWeight | Used for blend weights. |
Color | Used for color. |
Depth | Used for depth. |
Fog | Used for fog. |
Normal | Used for normal. |
PointSize | Used for point size. |
Position | Used for position. |
Sample | Used for sample. |
Tangent | Used for tangent. |
TessellateFactor | Used for tesellation factor. |
TextureCoordinate | Used for texture coordinate. |