|
2D_Game_Engine
|
#include <vertexarray.hpp>
Public Member Functions | |
| VertexArray () | |
| ~VertexArray () | |
| void | AddBuffer (const VertexBuffer &vb, const VertexBufferLayout &layout) |
| void | DisableAttribs (const VertexBufferLayout &layout) |
| void | Bind () const |
| void | Unbind () const |
Definition at line 6 of file vertexarray.hpp.
| VertexArray::VertexArray | ( | ) |
Definition at line 4 of file vertexarray.cpp.
| VertexArray::~VertexArray | ( | ) |
Definition at line 9 of file vertexarray.cpp.
| void VertexArray::AddBuffer | ( | const VertexBuffer & | vb, |
| const VertexBufferLayout & | layout ) |
Definition at line 13 of file vertexarray.cpp.
| void VertexArray::Bind | ( | ) | const |
Definition at line 32 of file vertexarray.cpp.
| void VertexArray::DisableAttribs | ( | const VertexBufferLayout & | layout | ) |
Definition at line 26 of file vertexarray.cpp.
| void VertexArray::Unbind | ( | ) | const |
Definition at line 36 of file vertexarray.cpp.