File ImguiManager.cpp
FileList > src > UI > ImguiManager.cpp
Go to the source code of this file
#include "ImGui/backends/imgui_impl_glfw.h"#include "ImGui/backends/imgui_impl_opengl3.h"#include "ImguiManager.h"#include "ImguiTheme.h"#include "Input.h"#include "layer/ShaderEditor.h"#include "Guizmo/ImGuizmo.h"#include "events/KeyMouseEvents.h"#include "../app/Window.h"#include "menu/ImguiMSwitch.h"
Public Functions
| Type | Name |
|---|---|
| void | RenderLayer (ImguiLayer * layer, const Context & ctx, EventPool & evt) |
Public Functions Documentation
function RenderLayer
void RenderLayer (
ImguiLayer * layer,
const Context & ctx,
EventPool & evt
)
The documentation for this class was generated from the following file src/UI/ImguiManager.cpp