Hymn to Beauty
C++ 3D Engine
PostProcessing.cpp File Reference
#include "PostProcessing.hpp"
#include "../LowLevelRenderer/Interface/LowLevelRenderer.hpp"
#include "../LowLevelRenderer/Interface/CommandBuffer.hpp"
#include "../LowLevelRenderer/Interface/Shader.hpp"
#include "../LowLevelRenderer/Interface/ShaderProgram.hpp"
#include "../LowLevelRenderer/Interface/Texture.hpp"
#include <chrono>
#include <algorithm>
#include <cassert>
#include "PostProcessing.vert.hpp"
#include "UberPostProcessing.frag.hpp"
#include "FXAA.frag.hpp"
#include "BloomThreshold.frag.hpp"
#include "BloomDownscale.frag.hpp"
#include "BloomBlur.frag.hpp"
#include "BloomUpscale.frag.hpp"