#include "vertex.h" Vertex::Vertex(const glm::vec3 &pos) : m_pos(pos) { } Vertex::~Vertex() { }