All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NineSlice.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 #include "Rendering.h"
6 #include "VectorMathDecl.h"
7 #include "Geometry.h"
8 
9 
10 namespace Eegeo
11 {
12  namespace Rendering
13  {
14  namespace Geometry
15  {
16  Eegeo::Rendering::Mesh* CreateUntexturedViewportNineSliceBorder(
17  Rendering::GlBufferPool& glBufferPool,
18  const Rendering::VertexLayouts::VertexLayoutPool& vertexLayoutPool,
19  const Eegeo::Geometry::Bounds2D& innerRectangleOriginBottomLeft);
20  }
21  }
22 }