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

Integrate screenPickerPlugin with rendererPlugin #897

Merged
merged 8 commits into from
Jan 26, 2024

Conversation

tomas7770
Copy link
Contributor

Description

Draws entity indexes to the screenPickerPlugin framebuffer, allowing the plugin to actually work (for entities).

Checklist

  • Self-review changes.
  • Evaluate impact on the documentation.
  • Ensure test coverage.
  • Write new samples.

@tomas7770 tomas7770 linked an issue Jan 24, 2024 that may be closed by this pull request
@github-actions github-actions bot added A-Engine B-Rendering S-Blocked Blocked on another issue or PR labels Jan 24, 2024
Copy link
Contributor

github-actions bot commented Jan 24, 2024

PR Preview Action v1.4.6
Preview removed because the pull request was closed.
2024-01-26 14:58 UTC

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

engine/src/cubos/engine/renderer/plugin.cpp Outdated Show resolved Hide resolved
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (dbe4a5e) 49.16% compared to head (58aef4e) 48.43%.

❗ Current head 58aef4e differs from pull request most recent head 2636958. Consider uploading reports for the commit 2636958 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #897      +/-   ##
==========================================
- Coverage   49.16%   48.43%   -0.74%     
==========================================
  Files         132      132              
  Lines        7881     7773     -108     
==========================================
- Hits         3875     3765     -110     
- Misses       4006     4008       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions github-actions bot dismissed their stale review January 24, 2024 21:52

No Clang-Tidy warnings found so I assume my comments were addressed

@tomas7770 tomas7770 marked this pull request as ready for review January 24, 2024 22:36
Copy link
Member

@RiscadoA RiscadoA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! Overall LGTM, good work!

engine/include/cubos/engine/renderer/renderer.hpp Outdated Show resolved Hide resolved
engine/src/cubos/engine/screenpicker/screenpicker.cpp Outdated Show resolved Hide resolved
@tomas7770 tomas7770 enabled auto-merge (rebase) January 26, 2024 14:50
@tomas7770 tomas7770 force-pushed the 869-integrate-screenpickerplugin-with-rendererplugin branch from 58aef4e to 2636958 Compare January 26, 2024 14:51
@tomas7770 tomas7770 merged commit c7d9aeb into main Jan 26, 2024
8 checks passed
@tomas7770 tomas7770 deleted the 869-integrate-screenpickerplugin-with-rendererplugin branch January 26, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Engine B-Rendering S-Blocked Blocked on another issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate screenPickerPlugin with rendererPlugin
2 participants