12#ifndef VERTEXATTRIBUTES_H_6014714286
13#define VERTEXATTRIBUTES_H_6014714286
15#include <Carna/Carna.h>
std::vector< VertexAttribute > VertexAttributes
Defines VertexAttribute vector.
Declares a vertex attribute.
static const unsigned int TYPE_INT
Indicates vertex attribute of GL_INT type.
VertexAttribute(std::size_t position, std::size_t componentsCount, unsigned int type)
std::size_t componentsCount
static const unsigned int TYPE_UINT
Indicates vertex attribute of GL_UNSIGNED_INT type.
static const unsigned int TYPE_FLOAT
Indicates vertex attribute of GL_FLOAT type.