includes refactor

This commit is contained in:
MihailRis
2024-05-13 03:20:09 +03:00
parent f8a5f329a4
commit 165525f18c
13 changed files with 15 additions and 12 deletions
+2 -3
View File
@@ -1,14 +1,13 @@
#ifndef GRAPHICS_CORE_POST_PROCESSING_HPP_
#define GRAPHICS_CORE_POST_PROCESSING_HPP_
#include "Viewport.hpp"
#include "DrawContext.hpp"
#include <memory>
class Mesh;
class Shader;
class Framebuffer;
class DrawContext;
class ImageData;
/// @brief Framebuffer with blitting with shaders.
/// @attention Current implementation does not support multiple render passes