Loading [MathJax]/extensions/tex2jax.js
Photon Editor Library
2.0.0-beta
A physically based renderer.
Toggle main menu visibility
Home
Components
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
w
Functions
a
c
g
i
n
p
s
t
Variables
Typedefs
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
~
Variables
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Typedefs
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
Files
File List
File Members
All
f
i
l
p
t
Functions
Variables
Macros
f
i
p
▼
Photon Editor Library
Home
Components
►
Namespaces
►
Concepts
►
Classes
▼
Files
▼
File List
►
Include
▼
Source
►
Api
▼
App
►
Event
►
HelpMenu
►
Misc
▼
Module
AppModule.cpp
►
AppModule.h
AudioModule.h
►
MainThreadRenderUpdateContext.h
►
MainThreadUpdateContext.h
►
ModuleAttachmentInfo.h
PhysicsModule.h
ProcedureModule.cpp
►
ProcedureModule.h
RenderModule.cpp
►
RenderModule.h
►
Application.cpp
►
Application.h
AppSettings.cpp
►
AppSettings.h
►
EditContext.h
►
Editor.cpp
►
Editor.h
Editor.ipp
►
EditorEventQueue.cpp
►
EditorEventQueue.h
►
Designer
►
EditorCore
►
Platform
►
Procedure
►
Render
►
RenderCore
►
ThirdParty
►
editor_lib_config.h
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Concepts
Loading...
Searching...
No Matches
MainThreadUpdateContext.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <Common/primitive_type.h>
4
5
#include <cstddef>
6
7
namespace
ph::editor
8
{
9
10
class
MainThreadUpdateContext
final
11
{
12
public
:
15
uint64
frameNumber
= 0;
16
19
float64
deltaS
= 0.0;
20
};
10
class
MainThreadUpdateContext
final {
…
};
21
22
}
// end namespace ph::editor
ph::editor::MainThreadUpdateContext
Definition
MainThreadUpdateContext.h:11
ph::editor::MainThreadUpdateContext::frameNumber
uint64 frameNumber
Current frame number on the main thread.
Definition
MainThreadUpdateContext.h:15
ph::editor::MainThreadUpdateContext::deltaS
float64 deltaS
Time elapsed since last update in seconds.
Definition
MainThreadUpdateContext.h:19
ph::editor
Definition
ph_editor.h:10
Source
App
Module
MainThreadUpdateContext.h
Generated by
1.11.0