mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Added more Rendering and GraphicsDeviceTypes; Disabled ping request count in Synchronize
This commit is contained in:
@@ -467,6 +467,7 @@ namespace Microsoft.Iris
|
||||
graphicsType = GraphicsDeviceType.Direct3D9;
|
||||
break;
|
||||
default:
|
||||
graphicsType = GraphicsDeviceType.Unknown;
|
||||
throw new ArgumentException(InvariantString.Format("Unknown rendering type {0}", type));
|
||||
}
|
||||
if (type == RenderingType.Default && !s_session.IsGraphicsDeviceRecommended(graphicsType) || !s_session.IsGraphicsDeviceAvailable(graphicsType))
|
||||
|
||||
@@ -10,6 +10,8 @@ namespace Microsoft.Iris
|
||||
{
|
||||
GDI,
|
||||
DX9,
|
||||
Default,
|
||||
Skia,
|
||||
|
||||
Default = -1,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user