5 #include "VertexSemantics.h"
13 namespace VertexLayouts
21 VertexAttribElement(
const VertexSemanticId::IdValues semantic, GLuint location,
const std::string& name)
22 : m_semantic(semantic)
23 , m_location(location)
28 VertexSemanticId::IdValues GetSemantic()
const
33 GLuint GetLocation()
const
38 const std::string& GetName()
const
44 VertexSemanticId::IdValues m_semantic;