Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <VertexArrayObject.hpp>
Classes | |
struct | CreateInfo |
Public Member Functions | |
virtual void | Bind ()=0 |
virtual void | Unbind ()=0 |
A Vertex Array Object is a data structure including one or more VertexBuffers and an IndexBuffer, to be bound to the GPU simultaneously.