How can I determine the OpenGL context handle of a SkiaSharp GRContext?
I would like to render to a SkSurface on a background thread using SkiaSharp with OpenGl. After rendering on the background thread is done, I would like to (as quickly as possible) draw the result of the background-render to a SKGLWPFElement (which, as an UIElement is associated with the foreground / UI thread).