Enum VertexSemantic
- Namespace
- Elegy.RenderBackend.Assets
- Assembly
- Elegy.RenderBackend.dll
The meaning behind a vertex layout element.
public enum VertexSemantic
- Extension Methods
Fields
BoneIndex = 6
Vertex bone indices.
BoneWeight = 5
Vertex bone weights.
Colour = 4
Vertex colours.
Normal = 1
Vertex normals.
Position = 0
3D vertex positions.
Tangent = 2
Vertex tangents.
Uv = 3
Vertex UVs.