Namespace Evergine.Common.Graphics.VertexFormats
Structs
VertexPosition
A vertex format structure containing vertex position and color.
VertexPositionColor
A vertex format structure containing vertex position and color.
VertexPositionColorDualTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionColorTexture
Represents a vertex with position, color and texture coordinate.
VertexPositionColorTextureAxis
Represents a vertex with position, color, texture coordinate and axis size.
VertexPositionDualTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionNormal
Represents a vertex with position and normal.
VertexPositionNormalColor
Represents a vertex with position, color and texture coordinate.
VertexPositionNormalColorDualTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionNormalColorTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionNormalDualTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionNormalTangentColorDualTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionNormalTangentTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionNormalTexture
Represents a vertex with position, normal and texture coordinate.
VertexPositionTexture
Represents a vertex with position and texture coordinate.