camera stuff
This commit is contained in:
@@ -9,9 +9,17 @@ enum class PerfCounterType
|
||||
{
|
||||
WindowEvents,
|
||||
GameDelta,
|
||||
GameLevelUpdate,
|
||||
Submit,
|
||||
COUNT
|
||||
};
|
||||
|
||||
constexpr const char* PerfCounterNames[(int32_t)PerfCounterType::COUNT]{
|
||||
"WindowEvt",
|
||||
"Delta",
|
||||
"Level",
|
||||
"Submit",
|
||||
};
|
||||
struct PerfCounter
|
||||
{
|
||||
static constexpr int32_t TimeWindow = 128;
|
||||
|
||||
Reference in New Issue
Block a user