Unofficial OpenGL Software Development Kit
0.5.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
distro
glsdk_0_5_1
glmesh
include
glmesh
GenCommon.h
Go to the documentation of this file.
1
2
#ifndef GLSDK_MESH_GENERATOR_COMMON_H
3
#define GLSDK_MESH_GENERATOR_COMMON_H
4
5
#include <
glutil/array_ref.h
>
6
#include <glm/glm.hpp>
7
13
namespace
glmesh
14
{
15
namespace
gen
16
{
18
typedef
glm::detail::tvec4<GLubyte> Color;
19
21
typedef
refs::array_ref<Color>
ColorArray;
22
}
23
}
24
25
26
#endif //GLSDK_MESH_GENERATOR_COMMON_H
Generated on Mon Jul 29 2013 05:34:59 for Unofficial OpenGL Software Development Kit by
1.8.3.1