Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <IndexBuffer.hpp>
Classes | |
struct | CreateInfo |
An IndexBuffer is a list of numbers, to be used with a VertexBuffer as indices to avoid redundancies in data. If two triangles share the same vertex data including position, normals, and other vertex data, they can be represented by a single vertex, often dramatically reducing the memory costs of a mesh.