Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <VertexBuffer.hpp>
Classes | |
struct | CreateInfo |
A vertex is a point in 3d space. They are often used in triangles, which will be rendered to the screen. A VertexBuffer is a list of data to be used by Vertices. This often contains position, normal, color, and texture coordinate data.