Namespace Gorgon.Renderers.Geometry
Structs
Gorgon2DVertex
A vertex used for 2D rendering.
GorgonVertexPosColor
A vertex with a position, and UV texture coordinate.
GorgonVertexPosColorUv
A vertex with a position, diffuse color, and UV texture coordinate.
GorgonVertexPosNormColorUv
A vertex with a position, normal, diffuse color, and UV texture coordinate.
GorgonVertexPosNormColorUvTangent
A vertex with a position, normal, diffuse color, UV texture coordinate, and a tangent vector.
GorgonVertexPosNormUvTangent
A vertex with a position, normal, diffuse color, UV texture coordinate, and a tangent vector.
GorgonVertexPosUv
A vertex with a position, and UV texture coordinate.