Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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