Add high-FPS render pacing and telemetry

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

@@ -57,6 +57,7 @@ class CPythonCharacterManager : public CSingleton<CPythonCharacterManager>, publ
void DestroyDeviceObjects();
void Update();
void ApplyRenderInterpolation(float fInterpolation);
void Deform();
void Render();
void RenderShadowMainInstance();