Photon Editor Library
2.0.0-beta
A physically based renderer.
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
};
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