enum VertexElementSemantic
Semantics that are used for identifying the meaning of vertex buffer elements.
Values
| Name | Value | Description |
|---|---|---|
VES_POSITION |
1 |
Position |
VES_BLEND_WEIGHTS |
2 |
Blend weights |
VES_BLEND_INDICES |
3 |
Blend indices |
VES_NORMAL |
4 |
Normal |
VES_COLOR |
5 |
Color |
VES_TEXCOORD |
6 |
UV coordinate |
VES_BITANGENT |
7 |
Bitangent |
VES_TANGENT |
8 |
Tangent |
VES_POSITIONT |
9 |
Transformed position |
VES_PSIZE |
10 |
Point size |