Contents

LowLevelMeshResource.VertexSemantic

The intended usage of a vertex attribute.

Declaration

enum VertexSemantic

Overview

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

Identifying texture coordinates

Handling unspecified semantics

See Also

Describing the mesh layout