On-screen Profiler / Debug visualizations in progress

This commit is contained in:
2013-03-21 17:32:26 -07:00
parent 9e7a79ac9c
commit 98df6e7e87
10 changed files with 189 additions and 46 deletions

View File

@@ -88,6 +88,8 @@ private:
} DebugTextVertexData;
DebugTextVertexData *m_debug_text_vertices;
std::string getDebugText();
};
#endif