mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.43k stars 535 forks source link

[BUG] TODO #1652

Open mattleibow opened 3 years ago

mattleibow commented 3 years ago

Description

gmurray81 commented 3 years ago

BTW, I think

GrContext::abandoned()

would help with #1573 and #1642

since I didn't see a SkiaSharp level way to tell if another SKSwapChainPanel had abandonded the resources for a GrContext. But I'm not sure the current abandon behavior is appropriate anyhow?