|
Hymn to Beauty
C++ 3D Engine
|
Functions | |
| void | Init (GLFWwindow *window, Video::Renderer *renderer) |
| Initialize the ImGui implementation. More... | |
| void | Shutdown () |
| Shutdown ImGui. More... | |
| void | NewFrame () |
| Start a new frame. More... | |
| void | Render () |
| Render the GUI. More... | |
| void ImGuiImplementation::Init | ( | GLFWwindow * | window, |
| Video::Renderer * | renderer | ||
| ) |
| void ImGuiImplementation::NewFrame | ( | ) |
Start a new frame.
| void ImGuiImplementation::Render | ( | ) |
Render the GUI.
| void ImGuiImplementation::Shutdown | ( | ) |
Shutdown ImGui.