![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.blamite
The core library for the Blamite Game Engine.
|
Class for the default ImGUI DX11 sample window. More...
#include <dx11_window.hpp>
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... | |
![]() | |
bool | show = false |
Controls whether or not the group should be shown. May not be used in all groups. More... | |
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.
|
inlinevirtual |
Draws the window, as well as the demo window and the "Another Window" if they are enabled.
Reimplemented from BlamImGuiWindow.
bool BlamImGuiWindow_DirectX11Window::show_another_window = false |
Toggles the built-in 'Another Window'.
bool BlamImGuiWindow_DirectX11Window::show_test_window = false |
Toggles the built-in ImGUI Demo window.