Added more Rendering and GraphicsDeviceTypes; Disabled ping request count in Synchronize

This commit is contained in:
Yoshi Askharoun
2021-07-16 01:11:06 -05:00
parent c3d90fccbd
commit 926ed12bd6
9 changed files with 45 additions and 19 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
<RowDefinition Height="Auto"/>
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<TextBlock Text="Hello, world!" Margin="20" FontSize="30" />
<!--<TextBlock Text="Hello, world!" Margin="20" FontSize="30" />-->
<sk:SKXamlCanvas x:Name="Canvas" Grid.Row="1"/>
<ProgressRing/>
</Grid>
</Page>
+1 -1
View File
@@ -33,7 +33,7 @@ namespace Xune.Uno
public MainPage()
{
this.InitializeComponent();
Task.Run(Microsoft.Iris.Application.Initialize);
Microsoft.Iris.Application.Initialize();
Canvas.PaintSurface += Canvas_PaintSurface;
timer.Interval = new TimeSpan(17000);