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
The GpuInterop sample from avalonia sources doesn't work after adding reference to the SkiaSharp v3.118 to the project and disabling RenderingMode.Vulkan:
To Reproduce
Add following string to the ItemGroup with references in the GpuInterop.csproj file: <PackageReference Include="SkiaSharp" Version="3.118.0-preview.2.3" />
And comment following strings in the Program class:
Describe the bug
The GpuInterop sample from avalonia sources doesn't work after adding reference to the SkiaSharp v3.118 to the project and disabling RenderingMode.Vulkan:
To Reproduce
Add following string to the ItemGroup with references in the GpuInterop.csproj file:
<PackageReference Include="SkiaSharp" Version="3.118.0-preview.2.3" />
And comment following strings in the Program class:
Expected behavior
Sample works correct
Avalonia version
11.2.4
OS
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: