Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Rendering
RenderingService.h
1
#pragma once
2
3
#include "IRenderingService.h"
4
#include "Types.h"
5
6
7
namespace
Eegeo
8
{
9
namespace
Rendering
10
{
11
class
RenderingService
:
public
IRenderingService
,
private
Eegeo::NonCopyable
12
{
13
public
:
14
RenderingService
(
15
const
RenderOptionsModel
& renderOptionsModel
16
);
17
18
void
Start()
override
;
19
20
private
:
21
const
RenderOptionsModel
& m_renderOptionsModel;
22
};
23
}
24
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1