Add high-FPS render pacing and telemetry
Some checks failed
build / Windows Build (push) Has been cancelled

This commit is contained in:
server
2026-04-16 10:37:08 +02:00
parent 49e8eac809
commit bfe52a81f9
15 changed files with 1402 additions and 233 deletions

View File

@@ -472,6 +472,7 @@ class CInstanceBase
bool UpdateDeleting();
void Transform();
void ApplyRenderInterpolation(float fInterpolation);
void Deform();
void Render();
void RenderTrace();
@@ -847,6 +848,7 @@ class CInstanceBase
void SetMoveSpeed(UINT uMovSpd);
void Deform();
void Render();
void ApplyRenderInterpolation(float fInterpolation);
CActorInstance& GetActorRef();
CActorInstance* GetActorPtr();
@@ -1139,4 +1141,4 @@ inline int RaceToSex(int race)
}
return 0;
}
}