3#include <litefx/graphics_api.hpp>
4#include <litefx/math.hpp>
A vector that contains two floats.
Definition math.hpp:273
A vector that stores three floats.
Definition math.hpp:468
Definition blitter.hpp:14
Default definition for a simple vertex.
Definition vertex.hpp:13
Vector3f Position
The position of the vertex.
Definition vertex.hpp:18
Vector2f TextureCoordinate0
The texture coordinate of the vertex.
Definition vertex.hpp:33
Vector3f Normal
The normal vector of the vertex.
Definition vertex.hpp:28
Vector4f Color
The color of the vertex.
Definition vertex.hpp:23