Max Katz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs
|
|
|
@ -65,8 +65,8 @@ namespace Avalonia |
|
|
|
/// <exception cref="System.InvalidOperationException">Thrown if no values were matched.</exception>
|
|
|
|
public IReadOnlyList<AvaloniaNativeRenderingMode> RenderingMode { get; set; } = new[] |
|
|
|
{ |
|
|
|
AvaloniaNativeRenderingMode.Metal, |
|
|
|
AvaloniaNativeRenderingMode.OpenGl, |
|
|
|
AvaloniaNativeRenderingMode.Metal, |
|
|
|
AvaloniaNativeRenderingMode.Software |
|
|
|
}; |
|
|
|
|
|
|
|
|