Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Rendering
MeshFactories
TextMeshFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "MeshFactory.h"
6
#include "VertexLayoutPool.h"
7
#include "AllVertexTypes.h"
8
9
namespace
Eegeo
10
{
11
namespace
Rendering
12
{
13
namespace
MeshFactories
14
{
18
class
TextMeshFactory
:
public
MeshFactory
19
{
20
public
:
21
TextMeshFactory
(
Rendering::GlBufferPool
& glBufferPool,
const
VertexLayouts::VertexLayoutPool
& vertexLayoutPool)
22
:
MeshFactory
(glBufferPool, vertexLayoutPool.GetForTextVertex(),
sizeof
(
Rendering::VertexTypes::TextVertex
))
23
{
24
}
25
};
26
}
27
}
28
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1