Blowbox 2017
A 3D Game Engine by Riko Ophorst using DirectX 12
|
#include <debug_window.h>
Public Member Functions | |
virtual void | RenderWindow ()=0 |
virtual void | RenderMenu ()=0 |
Base class for DebugWindows.
|
pure virtual |
Renders the context menu for this window.
Implemented in blowbox::PerformanceProfiler, blowbox::Console, blowbox::MemoryProfiler, blowbox::FrameStats, and blowbox::MemoryStats.
|
pure virtual |
Renders the actual window.
Implemented in blowbox::PerformanceProfiler, blowbox::Console, blowbox::MemoryProfiler, blowbox::FrameStats, and blowbox::MemoryStats.