Browse Source

Enable compositor for macOS by default

pull/8105/head
Nikita Tsukanov 4 years ago
parent
commit
def87fc2bb
  1. 2
      src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs

2
src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs

@ -43,7 +43,7 @@ namespace Avalonia
/// <summary> /// <summary>
/// Enables new compositing rendering with UWP-like API /// Enables new compositing rendering with UWP-like API
/// </summary> /// </summary>
public bool UseCompositor { get; set; } public bool UseCompositor { get; set; } = true;
/// <summary> /// <summary>
/// Determines whether to use GPU for rendering in your project. The default value is true. /// Determines whether to use GPU for rendering in your project. The default value is true.

Loading…
Cancel
Save