![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
This is the ImGUI-based implementation of the stats widget. More...
#include <stats.hpp>
Public Member Functions | |
bool * | ShowFPS () |
Retrieves whether or not the FPS should be shown in the stats display. More... | |
void | Draw () |
Draws the stats display. More... | |
Additional Inherited Members | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
This is the ImGUI-based implementation of the stats widget.
Ideally, it would be used to show a variety of information during runtime. Turns out that's basically what it does, although it's limited to the following information due to there not being much to really show:
DXGI Swap Chain Information
|
inlinevirtual |
Draws the stats display.
Reimplemented from BlamImGuiWindow.
|
inline |
Retrieves whether or not the FPS should be shown in the stats display.