Brenta Engine 1.1
|
Gui class. More...
#include <gui.hpp>
Static Public Member Functions | |
static void | init () |
Initialize the gui. | |
static void | destroy () |
Delete the gui. | |
static void | new_frame (types::framebuffer *fb) |
Start a new frame To be called at each frame before rendering. | |
static void | render () |
Render the gui To be called at each frame after rendering. | |
Gui class.
This class contains the GUI functions, It's a wrapper around imgui, providing functions to initialize, update and delete the gui.
|
static |
|
static |