Replies: 1 comment 1 reply
-
Not exactly. This is a platform feature, so on iOS you use the The Forms views should be using this for the GL views. But, since the other views do not have a "render loop" operation, the implementation actually needs to be implemented via the framework. Right now an option is the device timers. But this can probably be improved. Did you maybe mean something else? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I was making PRs, I noticed that the animation loop code in the demo gallery was not waiting for a "vertical blank interrupt", e.g. an event occurring at the refresh rate of the screen, aka vsync
For example, in WPF one can use the
CompositionTarget.Rendering
event for thisI don't think SkiaSharp offers a platform independent interface for this?
Beta Was this translation helpful? Give feedback.
All reactions