Enum "Renderer.VertexAttributeFormat"⚓︎
| Value | Enumerator | Comment |
|---|---|---|
| 1 | FLOAT | |
| 2 | VEC2 | |
| 3 | VEC3 | |
| 4 | VEC4 | |
| 5 | POSITION | A special VEC3, that is automatically filled with the DestinationQuad position. |
| 6 | COLOR | A special VEC4, that is automatically filled with the render KColor. |
| 7 | TEX_COORD | A special VEC2, that is automatically filled with the SourceQuad UV coordinates. |