LeviLamina
Loading...
Searching...
No Matches
HistoricalFrameTimes.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 8> mUnk72f49d;
10 ::ll::UntypedStorage<4, 120> mUnkbc305f;
11 ::ll::UntypedStorage<4, 120> mUnka191e5;
12 ::ll::UntypedStorage<4, 120> mUnk67054e;
13 ::ll::UntypedStorage<4, 120> mUnk7c71e8;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 HistoricalFrameTimes& operator=(HistoricalFrameTimes const&);
19 HistoricalFrameTimes(HistoricalFrameTimes const&);
20 HistoricalFrameTimes();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCNAPI float getHistoricalAverageFrameTime(uint64 numHistoricalFrames) const;
26
27 MCNAPI float getHistoricalMaximumFrameTime(uint64 numHistoricalFrames) const;
28
29 MCNAPI float getHistoricalMinimumFrameTime(uint64 numHistoricalFrames) const;
30
31 MCNAPI float getLastFrameTime(uint64 historicalFrameOffset) const;
32
33 MCNAPI void setCurrentFrameTime(float frameTime);
34 // NOLINTEND
35};
Definition HistoricalFrameTimes.h:5
MCAPI float getHistoricalMaximumFrameTime(uint64 numHistoricalFrames) const
MCAPI void setCurrentFrameTime(float frameTime)
MCAPI float getHistoricalAverageFrameTime(uint64 numHistoricalFrames) const
MCAPI float getHistoricalMinimumFrameTime(uint64 numHistoricalFrames) const
MCAPI float getLastFrameTime(uint64 historicalFrameOffset) const