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.55k
stars
543
forks
source link
Use LibraryImport instead of DllImport on net7+ for better performance #2964
Is your feature request related to a problem?
Performance
Describe the solution you would like
Update SkiaSharpGenerator to use LibraryImport when possible, e.g:
(Not sure if it will be that trivial)
Describe alternatives you have considered
N/A
Additional context
No response
Code of Conduct