|
sculpto
|
Application graphics user interface layer class implementation module. Handles user GUI events and widgets render. More...
#include "sclpch.h"#include <imgui.h>#include <backends/imgui_impl_opengl3.h>#include <backends/imgui_impl_win32.h>#include "gui.h"#include "platform/opengl/gl.h"#include "../application/application.h"#include "../render/render_context.h"Go to the source code of this file.
Application graphics user interface layer class implementation module. Handles user GUI events and widgets render.
Definition in file gui.cpp.