-
Notifications
You must be signed in to change notification settings - Fork 34
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
Integrate screenPickerPlugin with rendererPlugin #897
Conversation
|
There was a problem hiding this 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)
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
No Clang-Tidy warnings found so I assume my comments were addressed
There was a problem hiding this 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!
58aef4e
to
2636958
Compare
Description
Draws entity indexes to the screenPickerPlugin framebuffer, allowing the plugin to actually work (for entities).
Checklist