Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Emscripten
EmscriptenRasterTerrainTexture.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "LocalAsyncTextureBase.h"
6
#include "AsyncTexturing.h"
7
#include "ITextureFileLoader.h"
8
#include "Rendering.h"
9
#include <string>
10
#include <vector>
11
12
namespace
Eegeo
13
{
14
namespace
Emscripten
15
{
16
class
EmscriptenRasterTerrainTexture
:
public
Rendering::AsyncTexturing::LocalAsyncTextureBase
17
{
18
public
:
19
EmscriptenRasterTerrainTexture
(
20
Eegeo::Helpers::ITextureFileLoader
& textureFileLoader,
21
Rendering::AsyncTexturing::IAsyncTexture
& initialTexture,
22
Rendering::AsyncTexturing::ITextureFactory
& textureFactory,
23
const
std::string& textureName,
24
const
std::string& fileExtension,
25
const
std::vector<Byte>& buffer,
26
bool
generateMipmap);
27
};
28
}
29
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1