Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
VertexBufferLayout (const std::initializer_list< VertexAttributeDescription > &elements, bool _element_rate=false) | |
Public Attributes | |
uint32_t | stride = 0 |
bool | elementRate = false |
VertexAttributeDescription * | attributes = nullptr |
uint32_t | attributeCount = 0 |