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)
- C#
- VB
- F#
public long? MaxGpuResourceSizeBytes { get; set; }
Public Property MaxGpuResourceSizeBytes As Long?
Get
Set
member MaxGpuResourceSizeBytes : Nullable<int64> with get, set
Property Value
Remarks
This is set by default to the recommended value for Avalonia. Setting this to null will give you the default Skia value.