OrbitEngine::Graphics::VertexLayout class

Constructors, destructors, conversion operators

VertexLayout()
~VertexLayout()

Public functions

void push(VertexElement attrib)
template<typename T>
void push(const std::string& name, const unsigned int size = 1, const bool normalized = false)
auto getStride() -> unsigned int
auto getElements() -> std::vector<VertexElement>&

Protected variables

std::vector<VertexElement> m_Childrens
unsigned int m_Stride