Loading [MathJax]/extensions/tex2jax.js
Photon Editor Library 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Concepts
DearImGui.h
Go to the documentation of this file.
1#pragma once
2
3#include <imgui.h>
4
5// TODO: in the future we may need to separately include these impl files or provide our own version
6
7#if PH_THIRD_PARTY_HAS_GLFW
8#include <imgui_impl_glfw.h>
9#endif
10
11#include <imgui_impl_opengl3.h>