SkiaOptionsMaxGpuResourceSizeBytes Property
The maximum number of bytes for video memory to store textures and resources.
Namespace: AvaloniaAssembly: Avalonia.Skia (in Avalonia.Skia.dll) Version: 11.3.999
public long? MaxGpuResourceSizeBytes { get; set; }
Public Property MaxGpuResourceSizeBytes As Long?
Get
Set
member MaxGpuResourceSizeBytes : Nullable<int64> with get, set
Property Value
NullableInt64
This is set by default to the recommended value for Avalonia.
Setting this to null will give you the default Skia value.