nw::lyt::VertexAttr Enumerated Typeenum VertexAttr;
| Value | Description |
|---|---|
| VERTEXATTR_POS | The vertex coordinates. |
| VERTEXATTR_COLOR | Vertex color. |
| VERTEXATTR_TEXCOORD0 | Texture coordinate 0. |
| VERTEXATTR_TEXCOORD1 | Texture coordinate 1. |
| VERTEXATTR_TEXCOORD2 | Texture coordinate 2. |
| VERTEXATTR_VERTEX_INDEX | The vertex index. |
| VERTEXATTR_MAX | Total number of enumerators. |
Vertex attribute number.
CONFIDENTIAL