#include <Buffer.h>
Definition at line 101 of file Buffer.h.
◆ ~IndexBuffer()
| virtual Elevate::IndexBuffer::~IndexBuffer |
( |
| ) |
|
|
inlinevirtual |
◆ Bind()
| virtual void Elevate::IndexBuffer::Bind |
( |
| ) |
const |
|
pure virtual |
◆ Create()
| IndexBuffer * Elevate::IndexBuffer::Create |
( |
const void * |
vertices, |
|
|
uint32_t |
count |
|
) |
| |
|
static |
Definition at line 23 of file Buffer.cpp.
24 {
26 {
29 }
30
31 EE_CORE_ASSERT(false, "A supported RendererAPI needs to be supported!");
32 return nullptr;
33 }
static RendererAPI::GraphicAPI GetAPI()
◆ GetCount()
| virtual uint32_t Elevate::IndexBuffer::GetCount |
( |
| ) |
const |
|
pure virtual |
◆ Unbind()
| virtual void Elevate::IndexBuffer::Unbind |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files:
- ElevateEngine/src/ElevateEngine/Renderer/Buffer.h
- ElevateEngine/src/ElevateEngine/Renderer/Buffer.cpp