refactor(new_editor): unify d3d12 text run caching

This commit is contained in:
2026-04-21 21:07:06 +08:00
parent 5d3d52496e
commit 0f84e52c21
6 changed files with 131 additions and 366 deletions

View File

@@ -114,6 +114,7 @@ private:
float m_frameStatsDisplayAccumulatorSeconds = 0.0f;
float m_displayFps = 0.0f;
float m_displayFrameTimeMs = 0.0f;
float m_dpiScale = 1.0f;
std::string m_frameRateText = {};
bool m_ready = false;
};