-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add opengl_rtt example. #813
Conversation
hellozyemlya
commented
Aug 10, 2024
•
edited
Loading
edited
- wraps parameters of CanvasRunner to struct, just in case more rendering information will be passed in future
- adds simple opengl_rtt example:
- messing with raw opengl to render triangle
- renders to texture
- using raw opengl texture to draw on skia canvas
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #813 +/- ##
==========================================
- Coverage 73.81% 73.79% -0.03%
==========================================
Files 201 201
Lines 21530 21537 +7
==========================================
Hits 15893 15893
- Misses 5637 5644 +7 ☔ View full report in Codecov by Sentry. |
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.
The code looks nice! I'll try it asap. Nice work! and sorry for the delay