Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Io
ChunkedFileFormat
IQuantizedMeshSetChunkReaderMeshFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "ChunkedFileFormat.h"
6
#include "Rendering.h"
7
#include "Types.h"
8
9
#include <string>
10
11
namespace
Eegeo
12
{
13
namespace
IO
14
{
15
namespace
ChunkedFileFormat
16
{
17
namespace
QuantizedMeshSetChunkReader
18
{
19
class
IQuantizedMeshSetChunkReaderMeshFactory
20
{
21
public
:
22
virtual
Rendering::Mesh
* CreateMesh(
const
QuantizedMeshInfo
& meshInfo,
23
const
void
* pVertexData,
24
const
void
* pIndexData,
25
const
std::string& debugName) = 0;
26
27
virtual
const
Eegeo::Rendering::VertexLayouts::VertexLayout
& GetVertexLayoutForVertexFormat(
const
u32 vertexFormat)
const
= 0;
28
29
virtual
~
IQuantizedMeshSetChunkReaderMeshFactory
() {};
30
};
31
}
32
}
33
}
34
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1