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

#include <IndexBuffer.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::IndexBuffer:
Grindstone::GraphicsAPI::DirectX12IndexBuffer Grindstone::GraphicsAPI::OpenGL::IndexBuffer Grindstone::GraphicsAPI::Vulkan::IndexBuffer

Classes

struct  CreateInfo
 

Detailed Description

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.


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