Skip to content
Snippets Groups Projects
Commit 5a95e96b authored by BATON Theau's avatar BATON Theau
Browse files

Move FrameBufferMerger

parent cd24aa25
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
#include <map> #include <map>
#include <optional> #include <optional>
#include <engine/graphics/front/module/FrameBufferMerger.hpp>
#include <engine/graphics/back/cameras/View.hpp> #include <engine/graphics/back/cameras/View.hpp>
#include "Layer.hpp" #include "Layer.hpp"
#include "FrameBufferMerger.hpp"
namespace megu { namespace megu {
class GraphicEngine { class GraphicEngine {
......
#pragma once #pragma once
#include <any>
#include <engine/graphics/back/buffers/VertexArray.hpp> #include <engine/graphics/back/buffers/VertexArray.hpp>
#include <engine/graphics/back/buffers/VerticeBuffer.hpp> #include <engine/graphics/back/buffers/VerticeBuffer.hpp>
#include <engine/graphics/back/shaders/Program.hpp> #include <engine/graphics/back/shaders/Program.hpp>
#include <engine/io/Window.hpp>
#include <engine/graphics/front/object/Image.hpp> #include "TextureArray.hpp"
#include <engine/graphics/front/engine/Renderer.hpp>
#include "Module.hpp"
namespace megu { namespace megu {
class FrameBufferMerger { class FrameBufferMerger {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment