|
void | Bind () override |
| Binds this vertex buffer for drawing.
|
|
void | Unbind () override |
| Binds nothing for drawing.
|
|
void | Load (unsigned int inds[], std::size_t size) override |
|
size_t | GetSize () override |
|
| IndexBuffer () |
| Constructor.
|
|
virtual | ~IndexBuffer () |
| Destructor.
|
|
◆ Load()
void Engine::GLIndexBuffer::Load |
( |
unsigned int |
inds[], |
|
|
std::size_t |
size |
|
) |
| |
|
inlineoverridevirtual |
Loads vertices into this buffer
- Parameters
-
inds | the indices for this buffer |
size | the size of the array we are loading |
Implements Engine::IndexBuffer.
The documentation for this class was generated from the following file: