主纹理坐标 (UV)。
UV 通常使用 Vector2 格式。Vector2 使用两个 32 位浮点数;总共 8 个字节。
This vertex attribute maps to the TEXCOORD0
semantic in HLSL. This UV channel is also commonly called "UV0". It corresponds to Mesh.uv.
See Also: Mesh.HasVertexAttribute, Mesh.GetUVs, Mesh.SetUVs.