Replies: 1 comment 1 reply
-
Using SkiaSharp with the GPU requires that you first set up the GPU context. In the case of OpenGL, you need a GL context that is current, and then the GLInterface will be constructed using that. If you have mutilple GL contexts then you will also need multiple GRContexts. |
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
-
What are the steps required to use SkiaSharp on Linux on major distributions like Ubuntu or Linux Mint?
See also:
GRGlInterface.Create
on Ubuntu and Linux Mint #2350I know about the existence of:
but I don't know how to use them, and they're undocumented as far as I can tell.
Specifically, I have tried using SkiaSharp on Ubuntu and Linux Mint with these, and I cannot get
GRGlInterface.Create
to not throw an exception. So I am either doing something with regards to SkiaSharp on Linux or there is a bug. This discussion is trying to address the former.Beta Was this translation helpful? Give feedback.
All reactions