You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling a Drawing function while using an SKPAINT brings up an System.Runtime.InteropServices.SEHException and of course ends the program. My code is based off an example I found someone in this repro (Im not super used to graphics API but I really need shadders for my next project and WPF's shadders are really hard to work when it comes to my low level projects) . Also I am using SkiaSharp.Views.WPF so that I can easlily use SkiSharp with WPF . That might be related to the problem but there wasn't much xaml code to begin with
Description
Calling a Drawing function while using an SKPAINT brings up an System.Runtime.InteropServices.SEHException and of course ends the program. My code is based off an example I found someone in this repro (Im not super used to graphics API but I really need shadders for my next project and WPF's shadders are really hard to work when it comes to my low level projects) . Also I am using SkiaSharp.Views.WPF so that I can easlily use SkiSharp with WPF . That might be related to the problem but there wasn't much xaml code to begin with
Code
XAML
(I get the exception on the canvas.DrawRect line)
Expected Behavior
Actual Behavior
?
Basic Information
Detailed IDE/OS information (click to expand)
Screenshots
Reproduction Link
The text was updated successfully, but these errors were encountered: