Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Resources
Interiors
InteriorsStencilMirrorClearRenderableFactory.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Types.h"
6
#include "Interiors.h"
7
#include "Rendering.h"
8
9
10
namespace
Eegeo
11
{
12
namespace
Resources
13
{
14
namespace
Interiors
15
{
16
class
InteriorsStencilMirrorClearRenderableFactory
:
private
Eegeo::NonCopyable
17
{
18
public
:
19
InteriorsStencilMirrorClearRenderableFactory
(
20
InteriorsStencilMirrorClearMaterial
& material,
21
Rendering::Mesh
* pFullScreenQuadMesh,
22
Rendering::VertexLayouts::VertexBindingPool
& vertexBindingPool
23
);
24
25
virtual
~
InteriorsStencilMirrorClearRenderableFactory
() {;}
26
27
virtual
InteriorsStencilMirrorClearRenderable
* CreateFor(
const
Rendering::Renderables::InteriorRenderable
& mirrorRenderable)
const
;
28
private
:
29
InteriorsStencilMirrorClearMaterial
& m_material;
30
Rendering::Mesh
* m_pFullScreenQuadMesh;
31
Rendering::VertexLayouts::VertexBindingPool
& m_vertexBindingPool;
32
};
33
}
34
}
35
}
Generated on Sat Jun 10 2023 02:00:33 for eeGeo Platform SDK by
1.8.3.1