GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://cubosengine.org
MIT License
83 stars 36 forks source link

feat(rendering): add Deferred Shading plugin #1139

Closed RiscadoA closed 5 months ago

RiscadoA commented 5 months ago

Description

Checklist

github-actions[bot] commented 5 months ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/docs-preview/pr-1139/ on branch gh-pages at 2024-04-25 07:42 UTC

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 0% with 91 lines in your changes are missing coverage. Please review.

Project coverage is 39.84%. Comparing base (ae2263d) to head (2beef74).

Files Patch % Lines
engine/src/render/deferred_shading/plugin.cpp 0.00% 89 Missing :warning:
...e/src/render/deferred_shading/deferred_shading.cpp 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1139 +/- ## ========================================== - Coverage 39.98% 39.84% -0.15% ========================================== Files 342 344 +2 Lines 25866 25957 +91 ========================================== Hits 10342 10342 - Misses 15524 15615 +91 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.