Vertex position.
Positions usually use Vector3 format. Vector3 uses three 32-bit floats; 12 bytes in total.
This vertex attribute maps to POSITION
Semantic in the HLSL shading language.
Additional resources: Mesh.HasVertexAttribute, Mesh.SetVertices.