15#ifndef VERTEXATTRIBUTES_H_6014714286
16#define VERTEXATTRIBUTES_H_6014714286
Contains forward-declarations.
std::vector< VertexAttribute > VertexAttributes
Defines VertexAttribute vector.
Declares a vertex attribute.
VertexAttribute(std::size_t position, std::size_t componentsCount, unsigned int type)
static const unsigned int TYPE_FLOAT
Indicates vertex attribute of GL_FLOAT type.
std::size_t componentsCount
static const unsigned int TYPE_INT
Indicates vertex attribute of GL_INT type.
static const unsigned int TYPE_UINT
Indicates vertex attribute of GL_UNSIGNED_INT type.