Render statistics now shows actual SwapBuffers() calls per second

This commit is contained in:
Lukas Matena 2021-07-21 10:16:00 +02:00
parent 3449550a7c
commit a54f5fb41a
5 changed files with 18 additions and 46 deletions

View file

@ -10,8 +10,6 @@
#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 0
// Shows an imgui dialog with camera related data
#define ENABLE_CAMERA_STATISTICS 0
// Render the picking pass instead of the main scene (use [T] key to toggle between regular rendering and picking pass only rendering)