![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
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... | |
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.
Here is the call graph for this function:| 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.