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

#include <VertexBuffer.hpp>

Inheritance diagram for Grindstone::GraphicsAPI::VertexBuffer:
Grindstone::GraphicsAPI::DirectX12VertexBuffer Grindstone::GraphicsAPI::OpenGL::VertexBuffer Grindstone::GraphicsAPI::Vulkan::VertexBuffer

Classes

struct  CreateInfo
 

Detailed Description

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.


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