Class DirectX11Window

Inheritance Relationships

Base Type

Class Documentation

class DirectX11Window : public Blam::DebugUI::ImGUIDrawingGroup

Class for the default ImGUI DX11 sample window.

This window ships with ImGUI’s DX11 sample boilerplate code, code that was used as a base for the engine.

Public Functions

DirectX11Window()

Unused constructor.

~DirectX11Window()

Unused destructor.

bool *ShowTestWindow()

Retrieves whether or not the window should be drawn.

Return

A pointer to the show_test_window variable.

void Draw()

Draws the window, as well as the demo window and the “Another Window” if they are enabled.