Holds the position texture UV and color of a vertex.
#include <batchrenderer.hpp> struct VertexData { // fields Vector2f pos; Vector2f tex; Color color; };