SkiaOptionsMaxGpuResourceSizeBytes Property

The maximum number of bytes for video memory to store textures and resources.

Definition

Namespace: Avalonia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll) Version: 11.3.999
public long? MaxGpuResourceSizeBytes { get; set; }

Property Value

NullableInt64

Remarks

This is set by default to the recommended value for Avalonia. Setting this to null will give you the default Skia value.

See Also