Browse Source

allow egl.

release/0.10.0-preview6
Dan Walmsley 5 years ago
parent
commit
5c1cb97b18
  1. 2
      src/Windows/Avalonia.Win32/Win32Platform.cs

2
src/Windows/Avalonia.Win32/Win32Platform.cs

@ -38,7 +38,7 @@ namespace Avalonia
public class Win32PlatformOptions
{
public bool UseDeferredRendering { get; set; } = true;
public bool AllowEglInitialization { get; set; };
public bool AllowEglInitialization { get; set; } = true;
public bool? EnableMultitouch { get; set; }
public bool OverlayPopups { get; set; }
public bool UseWgl { get; set; }

Loading…
Cancel
Save