Add support for draw list user callbacks in ImGui integration#84
Add support for draw list user callbacks in ImGui integration#84arximboldi wants to merge 1 commit into
Conversation
Codecov Report
@@ Coverage Diff @@
## master #84 +/- ##
===========================================
- Coverage 89.83% 76.45% -13.38%
===========================================
Files 16 21 +5
Lines 590 960 +370
===========================================
+ Hits 530 734 +204
- Misses 60 226 +166
Continue to review full report at Codecov.
|
|
Hey @arximboldi 👋 Any chance you could rebase on top of master and fix the code style to match the Corrade coding style? Namely:
Ideally there would also be a test in Let me know if you don't have the time or want me to do this, I don't mind taking over. |
|
This again slipped through my attention, sorry. At first I waited until we had the test scaffolding set up, but then just completely forgot to get back to this. @pezcode if you're able to add the tests, that would be the most great. Coding-style-wise, don't bother, I can fix that during merge ;) |
|
I don't have time to work on this now so I would appreciate if someone can pick it up. Thank you a lot! |
|
I opened #98. I would've preferred to have just one PR, but this way we get CI tests running. |
Fixes #83