AvaloniaUI / Avalonia

Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
https://avaloniaui.net
MIT License
24.13k stars 2.09k forks source link

Feature/opengl lease demo #15707

Closed kekekeks closed 2 weeks ago

kekekeks commented 2 weeks ago

Introduced code to demonstrate ISkiaSharpPlatformGraphicsApiLease usage

jcyuan commented 2 weeks ago

Hi keke, sir, i saw you use Snapshot, will this way work with multi-context texture sharing?

avaloniaui-bot commented 2 weeks ago

You can test this PR using the following package version. 11.2.999-cibuild0048395-alpha. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

kekekeks commented 2 weeks ago

Multi-context sharing uses a separate API, but does use Snapshot internally.