Draw the profiler tree.

This commit is contained in:
Irlan
2019-04-03 19:12:17 -03:00
parent 7c15a8eaf8
commit 4407e31d8a
5 changed files with 60 additions and 0 deletions

View File

@ -33,6 +33,7 @@ struct Settings
drawTriangles = true;
drawGrid = true;
drawProfile = false;
drawProfileTree = false;
drawStats = false;
}
@ -43,6 +44,7 @@ struct Settings
bool drawTriangles;
bool drawGrid;
bool drawProfile;
bool drawProfileTree;
bool drawStats;
};