From d26445fdcdbb2970e4c61ed51c7c41f7fd55fc1b Mon Sep 17 00:00:00 2001 From: Dan Walmsley Date: Tue, 8 Sep 2020 21:31:47 +0100 Subject: [PATCH] use remarks tag. --- src/Skia/Avalonia.Skia/SkiaOptions.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Skia/Avalonia.Skia/SkiaOptions.cs b/src/Skia/Avalonia.Skia/SkiaOptions.cs index afd17acf97..493263677d 100644 --- a/src/Skia/Avalonia.Skia/SkiaOptions.cs +++ b/src/Skia/Avalonia.Skia/SkiaOptions.cs @@ -15,9 +15,11 @@ namespace Avalonia /// /// The maximum number of bytes for video memory to store textures and resources. + /// + /// /// This is set by default to the recommended value for Avalonia. /// Setting this to null will give you the default Skia value. - /// + /// public long? MaxGpuResourceSizeBytes { get; set; } = 1024 * 600 * 4 * 12; // ~28mb 12x 1024 x 600 textures. } }