On-screen Profiler / Debug visualizations in progress

Added on-screen FPS counter.
This commit is contained in:
2013-03-22 17:17:12 -07:00
parent a23b39a178
commit b34d90f41d
7 changed files with 104 additions and 15 deletions

View File

@@ -70,6 +70,8 @@ public:
long getCurrentFrame() const;
float getAbsoluteTime() const;
long getAbsoluteTimeMilliseconds();
private:
KRBundleManager *m_pBundleManager;
KRSceneManager *m_pSceneManager;