UI: Only allow ARM macs to select Metal backend
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<TextBlock Text="OpenGL" />
|
||||
</ComboBoxItem>
|
||||
<ComboBoxItem IsEnabled="{Binding IsMetalAvailable}">
|
||||
<TextBlock Text="Metal (Experimental)" />
|
||||
<TextBlock Text="Metal (ARM Mac only, Experimental)" />
|
||||
</ComboBoxItem>
|
||||
</ComboBox>
|
||||
</StackPanel>
|
||||
|
||||
Reference in New Issue
Block a user