Added more timers to Rendering.

This commit is contained in:
verysecrethero
2016-02-16 17:51:39 +01:00
parent 4b8f1d95a3
commit 42b49f9dba
3 changed files with 24 additions and 4 deletions
+1
View File
@@ -23,6 +23,7 @@
#include "imgui/imgui.h"
#include "TextPass.h"
#include "Util/CommonFunctions.h"
#include "Core/PerformanceTimer.h"
class Renderer : public IRenderer
{