Elaztek Developer Hub
Blamite Game Engine - blam!  00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
BlamImGuiWindow_DirectX11Window Class Reference

Class for the default ImGUI DX11 sample window. More...

#include <dx11_window.hpp>

+ Inheritance diagram for BlamImGuiWindow_DirectX11Window:
+ Collaboration diagram for BlamImGuiWindow_DirectX11Window:

Public Member Functions

void Draw ()
 Draws the window, as well as the demo window and the "Another Window" if they are enabled. More...
 

Public Attributes

bool show_another_window = false
 Toggles the built-in 'Another Window'. More...
 
bool show_test_window = false
 Toggles the built-in ImGUI Demo window. More...
 
- 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...
 

Detailed Description

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.

Member Function Documentation

◆ Draw()

void BlamImGuiWindow_DirectX11Window::Draw ( )
inlinevirtual

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

Reimplemented from BlamImGuiWindow.

+ Here is the call graph for this function:

Member Data Documentation

◆ show_another_window

bool BlamImGuiWindow_DirectX11Window::show_another_window = false

Toggles the built-in 'Another Window'.

◆ show_test_window

bool BlamImGuiWindow_DirectX11Window::show_test_window = false

Toggles the built-in ImGUI Demo window.


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