Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Emscripten
EmscriptenFrameRateOptions.h
1
#pragma once
2
3
#include "Types.h"
4
#include "EmscriptenTypes.h"
5
6
namespace
Eegeo
7
{
8
namespace
Emscripten
9
{
10
struct
EmscriptenFrameRateOptions
11
{
12
EmscriptenFrameRateOptions
();
13
14
int
TargetVSyncInterval;
15
int
ThrottledTargetFrameIntervalMS;
16
float
IdleSecondsBeforeThrottle;
17
bool
ThrottleWhenIdleEnabled;
18
bool
LoggingEnabled;
19
};
20
21
EmscriptenFrameRateOptions
MakeDefaultEmscriptenFrameRateOptions();
22
}
23
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1