|
Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine. GitHub | Vesper Updates | Creator |
Abstract base class for an index buffer. More...
#include <Buffer.h>
Public Member Functions | |
| virtual | ~IndexBuffer () |
| virtual void | Bind () const =0 |
| virtual void | Unbind () const =0 |
| virtual uint32_t | GetCount () const =0 |
Static Public Member Functions | |
| static Ref< IndexBuffer > | Create (uint32_t *indices, uint32_t count) |
Abstract base class for an index buffer.
Currently only supports uint32_t indices
|
inlinevirtual |
|
pure virtual |
Implemented in Vesper::OpenGLIndexBuffer.
|
static |
References Vesper::Renderer::GetAPI(), Vesper::RendererAPI::None, and Vesper::RendererAPI::OpenGL.
|
pure virtual |
Implemented in Vesper::OpenGLIndexBuffer.
|
pure virtual |
Implemented in Vesper::OpenGLIndexBuffer.