Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GenDescriptors.h
Go to the documentation of this file.
1 
2 #ifndef GLSDK_MESH_GENERATOR_DESCRIPTORS_H
3 #define GLSDK_MESH_GENERATOR_DESCRIPTORS_H
4 
11 namespace glmesh
12 {
13  namespace gen
14  {
15  enum StandardAttributeIndices
16  {
17  ATTR_POS = 0,
18  ATTR_COLOR = 1,
19  ATTR_NORMAL = 2,
20  ATTR_TANGENT = 3,
21  ATTR_BITANGENT = 4,
22  ATTR_TEXCOORD = 5,
23  };
24  }
25 }
26 
27 
28 
29 
30 #endif //GLSDK_MESH_GENERATOR_DESCRIPTORS_H