Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::OpenGL::VertexBuffer Class Reference
Inheritance diagram for Grindstone::GraphicsAPI::OpenGL::VertexBuffer:
Grindstone::GraphicsAPI::VertexBuffer

Public Member Functions

 VertexBuffer (const CreateInfo &createInfo)
 
const VertexBufferLayoutGetLayout () const
 
virtual void UpdateBuffer (void *content)
 
void Bind ()
 
- Public Member Functions inherited from Grindstone::GraphicsAPI::VertexBuffer

Protected Attributes

uint32_t size
 
GLuint vertexBuffer
 
VertexBufferLayout vertexLayout
 

Constructor & Destructor Documentation

◆ ~VertexBuffer()

Grindstone::GraphicsAPI::OpenGL::VertexBuffer::~VertexBuffer ( )
virtual

The documentation for this class was generated from the following files: