All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
RouteViewMeshFactory.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "MeshFactory.h"
6 #include "Rendering.h"
7 
8 namespace Eegeo
9 {
10  namespace Routes
11  {
12  namespace View
13  {
15  {
16  public:
17  RouteViewMeshFactory(Rendering::GlBufferPool& glBufferPool, const Rendering::VertexLayouts::VertexLayout& vertexLayout, const size_t vertexSize);
18 
19 
20  static Rendering::VertexLayouts::VertexLayout* CreateVertexLayout();
21 
22  };
23  }
24  }
25 }