> For the complete documentation index, see [llms.txt](https://sparkar-community.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sparkar-community.gitbook.io/docs/shadersmodule/vertexattribute.md).

# VertexAttribute

### Values <a href="#values" id="values"></a>

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