Blowbox 2017
A 3D Game Engine by Riko Ophorst using DirectX 12
Public Member Functions | List of all members
blowbox::DebugWindow Class Referenceabstract

#include <debug_window.h>

Public Member Functions

virtual void RenderWindow ()=0
 
virtual void RenderMenu ()=0
 

Detailed Description

Base class for DebugWindows.

Inheritance diagram for blowbox::DebugWindow:
blowbox::Console blowbox::FrameStats blowbox::MemoryProfiler blowbox::MemoryStats blowbox::PerformanceProfiler

Member Function Documentation

virtual void blowbox::DebugWindow::RenderMenu ( )
pure virtual

Renders the context menu for this window.

Implemented in blowbox::PerformanceProfiler, blowbox::Console, blowbox::MemoryProfiler, blowbox::FrameStats, and blowbox::MemoryStats.

virtual void blowbox::DebugWindow::RenderWindow ( )
pure virtual

The documentation for this class was generated from the following files: