Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BoostVertexFormat.h
1 
2 #ifndef GLSDK_MESH_VERTEX_FORMAT_WITH_BOOST_H
3 #define GLSDK_MESH_VERTEX_FORMAT_WITH_BOOST_H
4 
5 #include "VertexFormat.h"
6 #include <boost/fusion/algorithm.hpp>
7 #include <boost/fusion/adapted/boost_tuple.hpp>
8 #include <boost/fusion/include/boost_tuple.hpp>
9 
10 namespace glmesh
11 {
12  namespace _detail
13  {
14 
15  }
16 
17  template<typename VertexType>
18  VertexFormat GetFormatFromType();
19 }
20 
21 
22 #endif //GLSDK_MESH_VERTEX_FORMAT_WITH_BOOST_H