m_vertex_array->linkAttribute(m_array_buffer->id(),unsigned(VertexAttribLocation::eTexcoord),2,gl::Type::eFloat,false,sizeof(math::Vertex),2*sizeof(glm::vec4));//Length of 2, but there is a padding in-between.
m_vertex_array->linkAttribute(m_array_buffer->id(),static_cast<unsigned>(VertexAttribLocation::eTexcoord),2,gl::Type::eFloat,false,sizeof(math::Vertex),2*sizeof(glm::vec4));//Length of 2, but there is a padding in-between.