Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Unity
UnityTextureFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Unity.h"
6
#include "Rendering.h"
7
#include "ITextureFactory.h"
8
#include "GLHelpers.h"
9
#include <string>
10
11
namespace
Eegeo
12
{
13
namespace
Unity
14
{
15
class
UnityTextureFactory
:
public
Rendering::AsyncTexturing::ITextureFactory
16
{
17
public
:
18
UnityTextureFactory
(
UnityTextureFileLoader
& loader);
19
20
Rendering::AsyncTexturing::Texture
* Create(
const
std::string& textureUrl,
const
Helpers::GLHelpers::TextureInfo
& textureInfo,
bool
hasMipMaps);
21
22
private
:
23
UnityTextureFileLoader
& m_loader;
24
};
25
}
26
}
27
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1