LowLevelMeshResource.VertexSemantic
The intended usage of a vertex attribute.
Declaration
enum VertexSemanticOverview
The renderer consults the vertex semantic when interpreting the data in a LowLevelMeshResource. For example, an attribute with the semantic value of LowLevelMeshResource.VertexSemantic.position determines the position of a vertex.
Topics
Identifying geometric attributes
LowLevelMeshResource.VertexSemantic.positionLowLevelMeshResource.VertexSemantic.normalLowLevelMeshResource.VertexSemantic.tangentLowLevelMeshResource.VertexSemantic.bitangentLowLevelMeshResource.VertexSemantic.color
Identifying texture coordinates
LowLevelMeshResource.VertexSemantic.uv0LowLevelMeshResource.VertexSemantic.uv1LowLevelMeshResource.VertexSemantic.uv2LowLevelMeshResource.VertexSemantic.uv3LowLevelMeshResource.VertexSemantic.uv4LowLevelMeshResource.VertexSemantic.uv5LowLevelMeshResource.VertexSemantic.uv6LowLevelMeshResource.VertexSemantic.uv7