Skip to content

Commit

Permalink
Disable Metal as a default rendering mode for 11.2 (#17508)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Nov 14, 2024
1 parent 1709f73 commit 6a9cf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avalonia.Native/AvaloniaNativePlatformExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public class AvaloniaNativePlatformOptions
/// <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
};

Expand Down

0 comments on commit 6a9cf80

Please sign in to comment.