class
#include <OE/Graphics/API/VertexLayout.hpp>
VertexLayout
Contents
Constructors, destructors, conversion operators
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