-
Notifications
You must be signed in to change notification settings - Fork 51
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
Expose GraphicsAPI #565
Expose GraphicsAPI #565
Conversation
Signed-off-by: Matias N. Goldberg <[email protected]>
Signed-off-by: Matias N. Goldberg <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #565 +/- ##
==========================================
- Coverage 53.14% 53.12% -0.02%
==========================================
Files 213 214 +1
Lines 21219 21225 +6
==========================================
Hits 11276 11276
- Misses 9943 9949 +6
Continue to review full report at Codecov.
|
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.
looks good, just one minor comment
Signed-off-by: Matias N. Goldberg <[email protected]>
🦟 Bug fix
There's no ticket assigned to this issue.
Summary
The current GraphicsAPI is only available at Ogre2RenderEngine level, which is problematic when we want to be aware of it for multiple means.
ign-gui needs this information so it can decide on how to interface the API with Qt.
In some cases initialization may need additional steps if different APIs are used; so this info is needed.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.