|
2D_Game_Engine
|
#include <indexbuffer.hpp>
Public Member Functions | |
| IndexBuffer () | |
| ~IndexBuffer () | |
| void | Set (unsigned int num_elem) |
| void | Bind () const |
| void | Unbind () const |
| unsigned int | GetNumElem () const |
Definition at line 5 of file indexbuffer.hpp.
| IndexBuffer::IndexBuffer | ( | ) |
Definition at line 4 of file indexbuffer.cpp.
| IndexBuffer::~IndexBuffer | ( | ) |
Definition at line 13 of file indexbuffer.cpp.
| void IndexBuffer::Bind | ( | ) | const |
Definition at line 36 of file indexbuffer.cpp.
|
inline |
Definition at line 18 of file indexbuffer.hpp.
| void IndexBuffer::Set | ( | unsigned int | num_elem | ) |
Set num_elem indices
Definition at line 18 of file indexbuffer.cpp.
| void IndexBuffer::Unbind | ( | ) | const |
Definition at line 40 of file indexbuffer.cpp.