Hi!
I'm having trouble finding the most basic example of how to render a SkCanvas to a GLArea. I use the skia Rust bindings with egui_glow, but this is a general programming concept.
I need fast rendering for animations, so no SkSurface. I've heard you need to somehow "share" the opengl context with Skia, how do you do that?