![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
This is the ImGUI-based implementation of the stats widget. More...
#include <stats.hpp>
Inheritance diagram for BlamImGuiWindow_Stats:
Collaboration diagram for BlamImGuiWindow_Stats: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 | |
Public Attributes inherited from BlamImGuiWindow | |
| 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.
Here is the call graph for this function:
|
inline |
Retrieves whether or not the FPS should be shown in the stats display.