The VertexAttribute enum describes the bultin vertex attributes.
| Value | Description |
|---|---|
COLOR | Color vertex attribute. |
TEX_COORDS | Texture Coordinates vertex attribute. |
TANGENT | Tangent vertex attribute. |
BASE_POSITION | Base Position vertex attribute. |
POSITION | Position vertex attribute. |
NORMAL | Normal vertex attribute. |