Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
#include <VertexBuffer.hpp>
Public Member Functions | |
VertexAttributeDescription (uint32_t location, VertexFormat _format, const char *_name, bool _normalized=false, AttributeUsage _usage=AttributeUsage::Other) | |
A structure to define a particular kind of data in a Vertex Buffer.