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