I cannot draw a paint which has a custom SKSL shader, SEHException was thrown #2907
Unanswered
martinrhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Simply create a console application with top level statement and add package reference to SkiaSharp. In Program.cs write
The error code of SEHException is -2147467259, which is 0x80004005. In Common HRESULT Values, it's E_FAIL, Unspecified failure. I have no idea what's happening.
Beta Was this translation helpful? Give feedback.
All reactions