Added imgui debug dialog for render statistics

This commit is contained in:
Enrico Turri 2019-04-25 11:10:01 +02:00
parent d2d06c9f73
commit d2597482e0
3 changed files with 39 additions and 2 deletions

View file

@ -11,6 +11,8 @@
#define ENABLE_SELECTION_DEBUG_OUTPUT 0
// Renders a small sphere in the center of the bounding box of the current selection when no gizmo is active
#define ENABLE_RENDER_SELECTION_CENTER 0
// Shows an imgui dialog with render related data
#define ENABLE_RENDER_STATISTICS 1
//====================