Replies: 1 comment
-
There is in GRContext the function SetResourceCacheLimit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I believe it would be this property of GRContextOptions (GlyphCacheTextureMaximumBytes):
https://learn.microsoft.com/en-us/dotnet/api/skiasharp.grcontextoptions.glyphcachetexturemaximumbytes?view=skiasharp-2.88#skiasharp-grcontextoptions-glyphcachetexturemaximumbytes
I need to work on some very large bitmaps, and changing the number to a bigger number might help with performance. Currently the default value is 2048 x 1024 x 4. If there are also some other adjustable cache sizes, it would be great to know.
Beta Was this translation helpful? Give feedback.
All reactions