Skip to main content

MaxGpuResourceSizeBytes Property

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

Definition

Namespace: Avalonia
Assembly: Avalonia.Skia (in Avalonia.Skia.dll)

public long? MaxGpuResourceSizeBytes { get; set; }

Property Value

Nullable(Int64)

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

Reference

SkiaOptions Class
Avalonia Namespace