Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
Grindstone::GraphicsAPI::VertexArrayObject Class Referenceabstract

#include <VertexArrayObject.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::VertexArrayObject:
Grindstone::GraphicsAPI::OpenGL::VertexArrayObject Grindstone::GraphicsAPI::Vulkan::VertexArrayObject

Classes

struct  CreateInfo
 

Public Member Functions

virtual void Bind ()=0
 
virtual void Unbind ()=0
 

Detailed Description

A Vertex Array Object is a data structure including one or more VertexBuffers and an IndexBuffer, to be bound to the GPU simultaneously.


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