Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
LoopTimingData.h File Reference

Go to the source code of this file.

Classes

struct  Divide::LoopTimingData
 

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Macros

#define DVD_CORE_LOOP_TIMING_DATA_H_
 

Variables

constexpr U32 Divide::TICKS_PER_SECOND = Config::TARGET_FRAME_RATE / Config::TICK_DIVISOR
 Application update rate.
 
constexpr U64 Divide::FIXED_UPDATE_RATE_US = Time::SecondsToMicroseconds( 1 ) / TICKS_PER_SECOND
 
constexpr U64 Divide::MAX_FRAME_TIME_US = Time::MillisecondsToMicroseconds( 250 )
 

Macro Definition Documentation

◆ DVD_CORE_LOOP_TIMING_DATA_H_

#define DVD_CORE_LOOP_TIMING_DATA_H_

Definition at line 34 of file LoopTimingData.h.