Photon Editor Library 2.0.0-beta
A physically based renderer.
|
#include "Platform/GlfwPlatform/GlfwDisplay.h"
#include "RenderCore/OpenGL/OpenglContext.h"
#include "Platform/Platform.h"
#include "App/Editor.h"
#include "EditorCore/Event/DisplayFramebufferResizedEvent.h"
#include "EditorCore/Event/DisplayClosedEvent.h"
#include "EditorCore/Event/DisplayFocusChangedEvent.h"
#include "EditorCore/Thread/Threads.h"
#include "ThirdParty/GLFW3.h"
#include <Common/logging.h>
#include <Common/assertion.h>
#include <Common/utility.h>
#include <Common/os.h>
Namespaces | |
namespace | ph |
namespace | ph::editor |
Functions | |
ph::editor::PH_DEFINE_INTERNAL_LOG_GROUP (GlfwDisplay, EditorPlatform) | |