Photon Editor Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
imgui_common.h
Go to the documentation of this file.
1#pragma once
2
3#include <Common/logging.h>
4
5namespace ph { class Path; }
6
7namespace ph::editor
8{
9
11
12void imgui_show_demo_window(bool* isOpening = nullptr);
13void implot_show_demo_window(bool* isOpening = nullptr);
14
16
17}// end namespace ph::editor
Definition ph_editor.h:10
void imgui_show_demo_window(bool *const isOpening)
Definition imgui_common.cpp:14
void implot_show_demo_window(bool *const isOpening)
Definition imgui_common.cpp:19
PH_DECLARE_LOG_GROUP(DesignerScene)
Path get_imgui_data_directory()
Definition imgui_common.cpp:24
Definition ph_editor.h:5