Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post-processing #2

Merged
merged 1 commit into from
Apr 25, 2023
Merged

Add post-processing #2

merged 1 commit into from
Apr 25, 2023

Conversation

edunad
Copy link
Owner

@edunad edunad commented Apr 25, 2023

No description provided.

@github-actions github-actions bot added 🐲 SAMPLES Samples related 📷 RENDERER RAWRBOX.RENDERER related labels Apr 25, 2023
@github-actions
Copy link

💬 Output from clang-tidy

render/include/rawrbox/render/postprocess/bloom.hpp
/render/include/rawrbox/render/postprocess/bloom.hpp:2:10: error: [clang-diagnostic-error]

'rawrbox/render/postprocess/base.hpp' file not found

#include <rawrbox/render/postprocess/base.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


render/include/rawrbox/render/postprocess/dither_psx.hpp
/render/include/rawrbox/render/postprocess/dither_psx.hpp:2:10: error: [clang-diagnostic-error]

'rawrbox/render/postprocess/base.hpp' file not found

#include <rawrbox/render/postprocess/base.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


render/include/rawrbox/render/postprocess/manager.h
/render/include/rawrbox/render/postprocess/manager.h:3:10: error: [clang-diagnostic-error]

'rawrbox/math/vector2.hpp' file not found

#include <rawrbox/math/vector2.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~


render/include/rawrbox/render/postprocess/static_noise.hpp
/render/include/rawrbox/render/postprocess/static_noise.hpp:2:10: error: [clang-diagnostic-error]

'rawrbox/render/postprocess/base.hpp' file not found

#include <rawrbox/render/postprocess/base.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


render/include/rawrbox/render/texture/gif.h
/render/include/rawrbox/render/texture/gif.h:3:10: error: [clang-diagnostic-error]

'rawrbox/math/vector2.hpp' file not found

#include <rawrbox/math/vector2.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~


render/include/rawrbox/render/texture/render.h
/render/include/rawrbox/render/texture/render.h:3:10: error: [clang-diagnostic-error]

'rawrbox/math/vector2.hpp' file not found

#include <rawrbox/math/vector2.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~


render/include/rawrbox/render/util/uniforms.hpp
/render/include/rawrbox/render/util/uniforms.hpp:2:10: error: [clang-diagnostic-error]

'rawrbox/math/color.hpp' file not found

#include <rawrbox/math/color.hpp>
         ^~~~~~~~~~~~~~~~~~~~~~~~


render/src/postprocess/manager.cpp
/render/src/postprocess/manager.cpp:2:10: error: [clang-diagnostic-error]

'rawrbox/render/postprocess/manager.h' file not found

#include <rawrbox/render/postprocess/manager.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


render/src/renderer.cpp
/render/src/renderer.cpp:1:10: error: [clang-diagnostic-error]

'rawrbox/render/renderer.h' file not found

#include <rawrbox/render/renderer.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~


render/src/texture/render.cpp
/render/src/texture/render.cpp:1:10: error: [clang-diagnostic-error]

'rawrbox/render/static.h' file not found

#include <rawrbox/render/static.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~


samples/005-post-process/src/game.cpp
/samples/005-post-process/src/game.cpp:2:10: error: [clang-diagnostic-error]

'rawrbox/render/model/light/manager.h' file not found

#include <rawrbox/render/model/light/manager.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

@edunad edunad merged commit cfeb3ed into master Apr 25, 2023
@edunad edunad deleted the features/post-processing branch April 25, 2023 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📷 RENDERER RAWRBOX.RENDERER related 🐲 SAMPLES Samples related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant