Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
glmesh.h
Go to the documentation of this file.
1 
2 #ifndef GLSDK_MESH_H
3 #define GLSDK_MESH_H
4 
10 #include "StreamBuffer.h"
11 #include "VertexFormat.h"
12 #include "Draw.h"
13 #include "CpuDataWriter.h"
14 #include "Mesh.h"
15 #include "GenDescriptors.h"
16 #include "GenQuadrics.h"
17 #include "GenMeshMisc.h"
18 #include "GenPlatonic.h"
19 
20 
24 namespace glmesh
25 {
26 
27 }
28 
29 
30 #endif //GLSDK_MESH_H