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

#include <VertexBuffer.hpp>

Public Member Functions

 VertexAttributeDescription (uint32_t location, VertexFormat _format, const char *_name, bool _normalized=false, AttributeUsage _usage=AttributeUsage::Other)
 

Public Attributes

uint32_t location = 0
 
VertexFormat format = VertexFormat::Float
 
uint32_t offset = 0
 
uint32_t size = 0
 
uint32_t componentsCount = 0
 
bool isNormalized = false
 
AttributeUsage usage = AttributeUsage::Other
 
const char * name = ""
 

Detailed Description

A structure to define a particular kind of data in a Vertex Buffer.


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