Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
VertexBuffer (const CreateInfo &createInfo) | |
const VertexBufferLayout & | GetLayout () const |
virtual void | UpdateBuffer (void *content) |
void | Bind () |
![]() |
Protected Attributes | |
uint32_t | size |
GLuint | vertexBuffer |
VertexBufferLayout | vertexLayout |
|
virtual |
Reimplemented from Grindstone::GraphicsAPI::VertexBuffer.